notify method

void notify()

Notifies all listeners about a change in value.

Implementation

void notify() => notifyListeners();