listDevices method

ResponseFuture<ListDevicesResponse> listDevices(
  1. ListDevicesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListDevicesResponse> listDevices(
    $0.ListDevicesRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listDevices, request, options: options);
}