void replaceState(dynamic data, String unused, [String? url]) => js_util.callMethod(this, 'replaceState', [data, unused, url]);