createBatch abstract method

Future<DeliveryBatch> createBatch(
  1. ServiceCall call,
  2. DeliveryBatch request
)

Implementation

$async.Future<$0.DeliveryBatch> createBatch(
    $grpc.ServiceCall call, $0.DeliveryBatch request);