refresh method

void refresh()

Refresh the page and respond to history changes.

Implementation

void refresh() {
  setState(() {});
}