refresh method

void refresh()

Refresh the current page.

現在のページを再更新します。

Implementation

void refresh() {
  _routeInformationProvider.notifyListeners();
}