getBatch_Pre method
Implementation
$async.Stream<$0.GetResponse_> getBatch_Pre($grpc.ServiceCall call,
$async.Future<$0.GetBatchRequest_> request) async* {
yield* getBatch(call, await request);
}
$async.Stream<$0.GetResponse_> getBatch_Pre($grpc.ServiceCall call,
$async.Future<$0.GetBatchRequest_> request) async* {
yield* getBatch(call, await request);
}