watch_Pre method

Stream<WatchResponse> watch_Pre(
  1. ServiceCall $call,
  2. Future<WatchRequest> $request
)

Implementation

$async.Stream<$0.WatchResponse> watch_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.WatchRequest> $request) async* {
  yield* watch($call, await $request);
}