go function

void go(
  1. dynamic url
)

Implementation

void go(url) {
  html.window.location.href = url;
}