refresh method
Notifies all listeners to update using Flutter's native ChangeNotifier.
Implementation
@protected
void refresh() {
notifyListeners();
}
Notifies all listeners to update using Flutter's native ChangeNotifier.
@protected
void refresh() {
notifyListeners();
}