refresh method

void refresh()

Refresh the route.

Implementation

void refresh() {
  assert(() {
    log('refreshing ${routerDelegate.currentConfiguration.uri}');
    return true;
  }());
  routeInformationProvider.notifyListeners();
}