matchAboutBlank property
bool?
get
matchAboutBlank
Whether to insert the content script on about:blank
and about:srcdoc
.
Default is false
.
Implementation
bool? get matchAboutBlank => _wrapped.matchAboutBlank;
set
matchAboutBlank
(bool? v)
Implementation
set matchAboutBlank(bool? v) {
_wrapped.matchAboutBlank = v;
}