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