dart_browser_loader library

Functions

eval(String script) → void
Eval javascript string
loadInlineScript(String src, String id, {String type = 'text/javascript'}) Future<ScriptElement>
Include inline ScriptElement inside the
loadInlineStyle(String style, {String? id}) Future<StyleElement>
Include a inline StyleElement inside the
Include a LinkElement inside the
loadScript(String src, {String? id, bool isAsync = true, bool isDefer = false, String type = 'text/javascript', String? integrity, String? crossOrigin}) Future<ScriptElement>
Include a ScriptElement inside the