getDevice_Pre method

Future<GetDeviceResponse> getDevice_Pre(
  1. ServiceCall call,
  2. Future<GetDeviceRequest> request
)

Implementation

$async.Future<$0.GetDeviceResponse> getDevice_Pre($grpc.ServiceCall call,
    $async.Future<$0.GetDeviceRequest> request) async {
  return getDevice(call, await request);
}