notify method

void notify()

Notifies listeners of state changes.

Implementation

void notify() => notifyListeners();