errorStream_Pre method

Stream<ErrorStreamResponse> errorStream_Pre(
  1. ServiceCall call,
  2. Future<ErrorStreamRequest> request
)

Implementation

$async.Stream<$3.ErrorStreamResponse> errorStream_Pre($grpc.ServiceCall call,
    $async.Future<$3.ErrorStreamRequest> request) async* {
  yield* errorStream(call, await request);
}