eventStream_Pre method
- ServiceCall $call,
- Future<
EventStreamRequest> $request
Implementation
$async.Stream<$0.Event> eventStream_Pre($grpc.ServiceCall $call,
$async.Future<$0.EventStreamRequest> $request) async* {
yield* eventStream($call, await $request);
}