update method

  1. @protected
void update()
inherited

Notifies all listeners that the controller's state has changed.

Call this method whenever the controller's state changes to rebuild dependent widgets.

Implementation

@protected
void update() {
  notifyListeners();
}