menu
flutter_obs package
documentation
flutter_obs.dart
Obs<T>
notify method
notify method
dark_mode
light_mode
notify
method
@
override
void
notify
(
)
override
通知所有监听函数的执行、包括页面刷新
Implementation
@override void notify() { super.notify(); notifyWatch(); notifyWatchList(); }
flutter_obs package
documentation
flutter_obs
Obs<T>
notify method
Obs class