notifyChange method
void
notifyChange()
Implementation
void notifyChange() {
notifyListeners();
WidgetsBinding.instance.scheduleFrame();
}
void notifyChange() {
notifyListeners();
WidgetsBinding.instance.scheduleFrame();
}