menu
reecosys_app package
documentation
utils/InquiryUpdate.dart
InquiryUpdate
updateLocation method
updateLocation method
dark_mode
light_mode
updateLocation
method
void
updateLocation
(
String
value
)
Implementation
void updateLocation(String value) { _selectedLocation = value; notifyListeners(); }
reecosys_app package
documentation
utils/InquiryUpdate
InquiryUpdate
updateLocation method
InquiryUpdate class