hwSetLocationHref function

void hwSetLocationHref(
  1. String href
)

Implementation

void hwSetLocationHref(String href) {
  window.location.href = href;
}