notify method

void notify()

This method exposes the ChangeNotifier.notifyListeners method, which should normally not get called on its' own, because it is a protected method.

Implementation

void notify() => notifyListeners();