notify method

void notify()

Implementation

void notify() {
  if (hasListeners) notifyListeners();
}