buildInherited method

  1. @Deprecated('Replace by the recognized notifyClients()')
void buildInherited()

Rebuild dependencies to the root State object's InheritedWidget

Implementation

@Deprecated('Replace by the recognized notifyClients()')
void buildInherited() => appState?.notifyClients();