refreshUI method
_refreshes the ControlledWidgets and the StatefulWidgets that depends on FlutterCleanArchitecture.getController of the CleanView associated with the Controller if it is still mounted.
Implementation
@protected
void refreshUI() {
if (_isMounted) {
notifyListeners();
}
}