notifyUpdated method
void
notifyUpdated()
Notifies listeners that the internal data has been updated.
Implementation
void notifyUpdated() => notifyListeners();
Notifies listeners that the internal data has been updated.
void notifyUpdated() => notifyListeners();