createDevice method

ResponseFuture<CreateDeviceResponse> createDevice(
  1. PendingDeviceRequest request, {
  2. 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);
}