buildInherited method

  1. @override
  2. @Deprecated('Replaced by the recognized function, notifyClients')
void buildInherited()
override

Rebuild the InheritedWidget and its dependencies.

Implementation

@override
@Deprecated('Replaced by the recognized function, notifyClients')
void buildInherited() => super.setState(() {});