callPickUpUpdate method

Future<void> callPickUpUpdate()

Implementation

Future<void> callPickUpUpdate() async {
  if (selectedDeliveryName.value == "delivery") {
    updateDeliveryShippingMethod();
  } else {
    updatePickupShippingMethod();
  }
}