notifyListeners method

  1. @protected
void notifyListeners()

Call this method whenever the state changes. This will notify all listeners.

Implementation

@protected
void notifyListeners() {
  super.state = null;
}