refresh method
void
refresh()
Refresh the 'current/latest' State object and 'root/first' State object.
Implementation
void refresh() => appState?.refresh();
Refresh the 'current/latest' State object and 'root/first' State object.
void refresh() => appState?.refresh();