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