ChromeSetting class

Constructors

ChromeSetting()
ChromeSetting.fromJS(ChromeSetting _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
onChange EventStream<OnChangeDetails>
Fired after the setting changes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → ChromeSetting
no setter

Methods

clear(ClearDetails details) Future<void>
Clears the setting, restoring any default value. details Which setting to clear. returns Called at the completion of the clear operation.
get(GetDetails details) Future<GetCallbackDetails>
Gets the value of a setting. details Which setting to consider.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(SetDetails details) Future<void>
Sets the value of a setting. details Which setting to change. returns Called at the completion of the set operation.
toString() String
A string representation of this object.
inherited

Operators

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