notifyClients method

  1. @override
void notifyClients()
override

In harmony with Flutter's own API Rebuild the InheritedWidget and its dependencies.

Implementation

@override
void notifyClients() => setState(() {});