rebuild method
void
rebuild()
Used to force notify the listeners of this super ChangeNotifier.
Implementation
void rebuild() => notifyListeners();
Used to force notify the listeners of this super ChangeNotifier.
void rebuild() => notifyListeners();