notifyUpdate method

void notifyUpdate()

Notifies any data update by calling all the registered listeners.

Implementation

void notifyUpdate() {
  notifyListeners();
}