menu
flutter_smart_ptt package
documentation
notifier/poc_change_notifier.dart
PocChangeNotifier
setLocation method
setLocation method
dark_mode
light_mode
setLocation
method
void
setLocation
(
String
value
)
Implementation
void setLocation(String value) { _location=value; notifyListeners(); }
flutter_smart_ptt package
documentation
notifier/poc_change_notifier
PocChangeNotifier
setLocation method
PocChangeNotifier class