notifyChange method

void notifyChange()

Implementation

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