fetchEventStream_Pre method

Stream<Events> fetchEventStream_Pre(
  1. ServiceCall call,
  2. Future<Bytes> request
)

Implementation

$async.Stream<$0.Events> fetchEventStream_Pre($grpc.ServiceCall call, $async.Future<$0.Bytes> request) async* {
  yield* fetchEventStream(call, await request);
}