menu
mastro package
documentation
core/persistent.dart
PersistroMixin<T>
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
)
inherited
Notifies listeners of state changes.
Implementation
void notify() => notifyListeners();
mastro package
documentation
core/persistent
PersistroMixin<T>
notify method
PersistroMixin mixin