getDevice method

ResponseFuture<GetDeviceResponse> getDevice(
  1. GetDeviceRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetDeviceResponse> getDevice(
    $0.GetDeviceRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getDevice, request, options: options);
}