createDevice method
ResponseFuture<CreateDeviceResponse>
createDevice(
- PendingDeviceRequest request, {
- CallOptions? options,
/ createDevice is called by mobile/desktop app / await lasts for 2 minutes (to be tested) / remove pending
Implementation
$grpc.ResponseFuture<$8.CreateDeviceResponse> createDevice($8.PendingDeviceRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createDevice, request, options: options);
}