buildInherited static 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()')
static void buildInherited() => _appState?.notifyClients();