streamEvents_Pre method
- ServiceCall call,
- Future<
StreamEventsRequest> request
Implementation
$async.Stream<$24.StreamEventsResponse> streamEvents_Pre($grpc.ServiceCall call, $async.Future<$24.StreamEventsRequest> request) async* {
yield* streamEvents(call, await request);
}