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