setDeliveryLatLng method

void setDeliveryLatLng({
  1. required LatLng loc,
})

Implementation

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