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