removeWatcher method

void removeWatcher(
  1. Function f
)

Remove a watcher

Implementation

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