updateBatch abstract method

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

Implementation

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