void setWindowLocationHash(
String hash
)

Not documented.

Source

void setWindowLocationHash(String hash) {
  window.location.hash = hash;
}