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