refresh method
void
refresh()
Refresh the given page on the browser
Does not achieve similar or the same effect as reloadState.
Implementation
void refresh() => r.refreshPage();
Refresh the given page on the browser
Does not achieve similar or the same effect as reloadState.
void refresh() => r.refreshPage();