menu
mastro package
documentation
core/state.dart
Mastro<T>
notify method
notify method
dark_mode
light_mode
notify
method
@
override
void
notify
(
)
override
Notifies listeners of state changes.
Implementation
@override void notify() { super.notify(); notifyObservers(); }
mastro package
documentation
core/state
Mastro<T>
notify method
Mastro class