rebuild method

void rebuild()

Used to force notify the listeners of this super ChangeNotifier.

Implementation

void rebuild() => notifyListeners();