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