watchSessionChanges_Pre method

Stream<WatchSessionChangesResponse> watchSessionChanges_Pre(
  1. ServiceCall call,
  2. Future<WatchSessionChangesRequest> request
)

Implementation

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