replace method

void replace(
  1. String url
)

Implementation

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