setUrlStrategy function

void setUrlStrategy()

Sets the URL strategy to remove the hash from the URL.

Implementation

void setUrlStrategy() {
  removeHash();
}