updateWeight method

ResponseFuture<DeliveryInfo> updateWeight(
  1. UpdateDeliveryWeight request, {
  2. CallOptions? options,
})

Implementation

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