notifyClients method
In harmony with Flutter's own API Rebuild the InheritedWidget and its dependencies.
Implementation
@override
void notifyClients() => setState(() {});
In harmony with Flutter's own API Rebuild the InheritedWidget and its dependencies.
@override
void notifyClients() => setState(() {});