htmlScript property
String
get
htmlScript
Computed script tag to load on the embed
Implementation
String get htmlScript => """
<script type="text/javascript" src="$htmlScriptUrl"></script>
""";
Computed script tag to load on the embed
String get htmlScript => """
<script type="text/javascript" src="$htmlScriptUrl"></script>
""";