rebuild method
void
rebuild()
Used to rebuild the widgets inside the parent ViewModelBuilder.
Implementation
void rebuild() => notifyListeners();
Used to rebuild the widgets inside the parent ViewModelBuilder.
void rebuild() => notifyListeners();