notifyListeners method

void notifyListeners()

Implementation

void notifyListeners() => _listeners.forEach((e) => e.call());