menu
quds_provider package
documentation
_src/src.dart
QudsListNotifier<T>
addWatcher method
addWatcher method
dark_mode
light_mode
addWatcher
method
void
addWatcher
(
Function
f
)
Add a watcher that be called when the value changed
Implementation
void addWatcher(Function f) => _watchers.add(f);
quds_provider package
documentation
_src/src
QudsListNotifier<T>
addWatcher method
QudsListNotifier class