extensionId property
String?
get
extensionId
The id of the extension which you intend to debug. Attaching to an
extension background page is only possible when the
--silent-debugger-extension-api
command-line switch is used.
Implementation
String? get extensionId => _wrapped.extensionId;
set
extensionId
(String? v)
Implementation
set extensionId(String? v) {
_wrapped.extensionId = v;
}