executeBatch abstract method

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

Implementation

$async.Future<$0.BatchResponse> executeBatch(
    $grpc.ServiceCall call, $0.BatchRequest request);