buildInherited method
- @override
- @Deprecated('Replaced by the recognized function, notifyClients')
override
Rebuild the InheritedWidget and its dependencies.
Implementation
@override
@Deprecated('Replaced by the recognized function, notifyClients')
void buildInherited() => setState(() {});