notifyClients method
void
notifyClients()
Rebuild dependencies to the root State object's InheritedWidget
Implementation
void notifyClients() => appState?.notifyClients();
Rebuild dependencies to the root State object's InheritedWidget
void notifyClients() => appState?.notifyClients();