updateLocation method

void updateLocation(
  1. String value
)

Implementation

void updateLocation(String value) {
  _selectedLocation = value;
  notifyListeners();
}