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