notify method

void notify()

Notifies listeners of a change.

Implementation

void notify() {
  notifyChange();
}