rebuildUi method
void
rebuildUi()
inherited
Calls the builder function with this updated viewmodel
Implementation
void rebuildUi() {
notifyListeners();
}
Calls the builder function with this updated viewmodel
void rebuildUi() {
notifyListeners();
}