fireWatchers method

void fireWatchers()
inherited

Fire the watchers

Implementation

void fireWatchers() => _watchers.forEach((element) {
      element.call();
    });