refresh method
void
refresh()
Rebuilds and trigger any listeners of any WatchValue or watch attached to that Watcher.
Implementation
void refresh() => notifyListeners();
Rebuilds and trigger any listeners of any WatchValue or watch attached to that Watcher.
void refresh() => notifyListeners();