ChromeSetting class
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