ContentSetting class

Constructors

ContentSetting()
ContentSetting.fromJS(ContentSetting _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → ContentSetting
no setter

Methods

clear(ClearDetails details) Future<void>
Clear all content setting rules set by this extension.
get(GetDetails details) Future<GetCallbackDetails>
Gets the current content setting for a given pair of URLs.
getResourceIdentifiers() Future<List<ResourceIdentifier>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(SetDetails details) Future<void>
Applies a new content setting rule.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited