removeWatcher method

void removeWatcher(
  1. Function watcher
)
inherited

Remove an inserted watcher, to stop firing it in any reported change.

Implementation

void removeWatcher(Function watcher) => _watchers.remove(watcher);