notifyListeners method

void notifyListeners()

Implementation

void notifyListeners() {
  _listerners.forEach((f) => f());
}