menu
kaeru package
documentation
shared/watcher.dart
WatcherRaw<T>
addDepend method
addDepend method
dark_mode
light_mode
addDepend
method
void
addDepend
(
ReactiveNotifier
ref
)
Adds a dependency to this watcher.
Implementation
void addDepend(ReactiveNotifier ref) { watchers.add(ref); }
kaeru package
documentation
shared/watcher
WatcherRaw<T>
addDepend method
WatcherRaw class