updateWeight_Pre method

Future<DeliveryInfo> updateWeight_Pre(
  1. ServiceCall $call,
  2. Future<UpdateDeliveryWeight> $request
)

Implementation

$async.Future<$0.DeliveryInfo> updateWeight_Pre($grpc.ServiceCall $call,
    $async.Future<$0.UpdateDeliveryWeight> $request) async {
  return updateWeight($call, await $request);
}