refresh method

void refresh()

Refresh all listeners

Implementation

void refresh() {
  notifyListeners();
}