executeBatch_Pre method
Implementation
$async.Future<$0.BatchResponse> executeBatch_Pre(
$grpc.ServiceCall $call, $async.Future<$0.BatchRequest> $request) async {
return executeBatch($call, await $request);
}
$async.Future<$0.BatchResponse> executeBatch_Pre(
$grpc.ServiceCall $call, $async.Future<$0.BatchRequest> $request) async {
return executeBatch($call, await $request);
}