delDevice_Pre method

Future<Empty> delDevice_Pre(
  1. ServiceCall $call,
  2. Future<Device> $request
)

Implementation

$async.Future<$1.Empty> delDevice_Pre($grpc.ServiceCall $call, $async.Future<$0.Device> $request) async {
  return delDevice($call, await $request);
}