setUrlStrategy function
void
setUrlStrategy()
Sets the URL strategy to remove the hash from the URL.
Implementation
void setUrlStrategy() {
removeHash();
}
Sets the URL strategy to remove the hash from the URL.
void setUrlStrategy() {
removeHash();
}