watchDeviceChanges method

ResponseStream<WatchDeviceChangesResponse> watchDeviceChanges(
  1. WatchDeviceChangesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$0.WatchDeviceChangesResponse> watchDeviceChanges(
    $0.WatchDeviceChangesRequest request,
    {$grpc.CallOptions? options}) {
  return $createStreamingCall(
      _$watchDeviceChanges, $async.Stream.fromIterable([request]),
      options: options);
}