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<$1.CreateDeviceResponse> createDevice(
  $1.PendingDeviceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createDevice, request, options: options);
}