refresh method

void refresh()

Refresh/notify listeners even if value hasn't changed

Implementation

void refresh() {
  notifyListeners();
}