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