stateRefresh method

dynamic stateRefresh()

Refresh the page

Implementation

dynamic stateRefresh() {
  return StateAction.refreshPage(this.$1);
}