createBatch method

ResponseFuture<DeliveryBatch> createBatch(
  1. DeliveryBatch request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DeliveryBatch> createBatch(
  $0.DeliveryBatch request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createBatch, request, options: options);
}