enableScripts property
bool?
get
enableScripts
Controls whether scripts are enabled in the webview content or not.
Defaults to false (scripts-disabled).
Implementation
_i2.bool? get enableScripts => _i5.getProperty(
this,
'enableScripts',
);