notifyAll method

void notifyAll()

Implementation

void notifyAll() {
  notifyListeners();
}