updateBatch_Pre method
Implementation
$async.Future<$0.DeliveryBatchDetails> updateBatch_Pre(
$grpc.ServiceCall $call, $async.Future<$0.DeliveryBatch> $request) async {
return updateBatch($call, await $request);
}
$async.Future<$0.DeliveryBatchDetails> updateBatch_Pre(
$grpc.ServiceCall $call, $async.Future<$0.DeliveryBatch> $request) async {
return updateBatch($call, await $request);
}