setDeliveryLatLng method
void
setDeliveryLatLng({
- required LatLng loc,
Implementation
void setDeliveryLatLng({required LatLng loc}) {
//setting LatLng for pickup points in delivery, it will be used multiple places
currentDeliveryLocation = loc;
}