setLocationHash function

void setLocationHash(
  1. String value
)

Implementation

void setLocationHash(String value) {
  web.window.location.hash = value;
}