refreshPage method

void refreshPage()

Refreshes the page

Implementation

void refreshPage() {
  if (state == null) return;
  StateAction.refreshPage(state!);
}