refresh method

void refresh()

Refreshes the controller, notifying all listeners.

Implementation

void refresh() {
  notifyListeners();
}