createDevice_Pre method
Future<CreateDeviceResponse>
createDevice_Pre(
- ServiceCall call,
- Future<
PendingDeviceRequest> request
Implementation
$async.Future<$8.CreateDeviceResponse> createDevice_Pre($grpc.ServiceCall call, $async.Future<$8.PendingDeviceRequest> request) async {
return createDevice(call, await request);
}