executeBatch_Pre method

Future<BatchResponse> executeBatch_Pre(
  1. ServiceCall $call,
  2. Future<BatchRequest> $request
)

Implementation

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