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