refresh method

  1. @protected
void refresh()
inherited

Notifies all listeners to update using Flutter's native ChangeNotifier.

Implementation

@protected
void refresh() {
  notifyListeners();
}