stream_Pre method

Stream<StreamResponse> stream_Pre(
  1. ServiceCall call,
  2. Future<StreamRequest> request
)

Implementation

$async.Stream<$0.StreamResponse> stream_Pre(
    $grpc.ServiceCall call, $async.Future<$0.StreamRequest> request) async* {
  yield* stream(call, await request);
}