watchSessionChanges method

ResponseStream<WatchSessionChangesResponse> watchSessionChanges(
  1. WatchSessionChangesRequest request, {
  2. CallOptions? options,
})

Implementation

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