notify method

void notify()

notify to listeners and rebuild the widgets

Implementation

void notify() {
  notifyListeners([]);
}