enableCommandUris property
Object?
get
enableCommandUris
Controls whether command uris are enabled in webview content or not.
Defaults to false
(command uris are disabled).
If you pass in an array, only the commands in the array are allowed.
Implementation
_i2.Object? get enableCommandUris => _i5.getProperty(
this,
'enableCommandUris',
);