update method

void update()

notify all listener

Implementation

void update() {
  notifyListeners();
}