assign method

void assign(
  1. String url
)

Implementation

void assign(String url) => js_util.callMethod(this, 'assign', [url]);