watchSessionChanges_Pre method
Stream<WatchSessionChangesResponse>
watchSessionChanges_Pre(
- ServiceCall call,
- Future<
WatchSessionChangesRequest> request
Implementation
$async.Stream<$0.WatchSessionChangesResponse> watchSessionChanges_Pre(
$grpc.ServiceCall call,
$async.Future<$0.WatchSessionChangesRequest> request) async* {
yield* watchSessionChanges(call, await request);
}