refresh method

void refresh()

Refresh the route.

Implementation

void refresh() {
  assert(() {
    log.info('refreshing $location');
    return true;
  }());
  _routeInformationProvider.notifyListeners();
}