addDepend method

void addDepend(
  1. ReactiveNotifier ref
)

Adds a dependency to this watcher.

Implementation

void addDepend(ReactiveNotifier ref) {
  watchers.add(ref);
}