update method
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();
}
Notifies all listeners that the controller's state has changed.
Call this method whenever the controller's state changes to rebuild dependent widgets.
@protected
void update() {
notifyListeners();
}