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());
}
Removes the hash portion from the URL by setting the URL strategy to use path-based URLs.
void removeHash() {
setUrlStrategy(PathUrlStrategy());
}