echoMultiple_Pre method

Stream<EchoMultipleResponse> echoMultiple_Pre(
  1. ServiceCall call,
  2. Future<EchoMultipleRequest> request
)

Implementation

$async.Stream<$29.EchoMultipleResponse> echoMultiple_Pre($grpc.ServiceCall call, $async.Future<$29.EchoMultipleRequest> request) async* {
  yield* echoMultiple(call, await request);
}