updateBatch method

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

Implementation

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