removeHash function

void removeHash()

Removes the hash portion from the URL by setting the URL strategy to use path-based URLs.

Implementation

void removeHash() {
  setUrlStrategy(PathUrlStrategy());
}