menu
ds_common package
documentation
core/ds_prefs.dart
DSPrefs
notifyAsync method
notifyAsync method
dark_mode
light_mode
notifyAsync
method
void
notifyAsync
(
)
Implementation
void notifyAsync() { Timer.run(() { notifyListeners(); }); }
ds_common package
documentation
core/ds_prefs
DSPrefs
notifyAsync method
DSPrefs class