refresh method
void
refresh()
Refreshes the controller, notifying all listeners.
Implementation
void refresh() {
notifyListeners();
}
Refreshes the controller, notifying all listeners.
void refresh() {
notifyListeners();
}