ids property
If specified, getRegisteredContentScripts
will only return scripts
with an id specified in this list.
Implementation
List<String>? get ids =>
_wrapped.ids?.toDart.cast<String>().map((e) => e).toList();
If specified, getRegisteredContentScripts
will only return scripts
with an id specified in this list.
List<String>? get ids =>
_wrapped.ids?.toDart.cast<String>().map((e) => e).toList();