@override Future<void> init() async { var script = html.ScriptElement(); script.innerHtml = getScript(); html.document.head!.append(script); }