refreshUI method

  1. @protected
void refreshUI()

_refreshes the ControlledWidgets and the StatefulWidgets that depends on FlutterCleanArchitecture.getController of the View associated with the Controller if it is still mounted.

Implementation

@protected
void refreshUI() {
  if (_isMounted) {
    notifyListeners();
  }
}