webInitialScripts property
Initial JS to add to the editor. These can be called at any time using
controller.evaluateJavascriptWeb
Implementation
final UnmodifiableListView<WebScript>? webInitialScripts;
Initial JS to add to the editor. These can be called at any time using
controller.evaluateJavascriptWeb
final UnmodifiableListView<WebScript>? webInitialScripts;