setState method
Refresh the root State object with the passed function.
Implementation
void setState(VoidCallback fn) => appState?.setState(fn);
Refresh the root State object with the passed function.
void setState(VoidCallback fn) => appState?.setState(fn);