ChromeStorage class

Properties

hashCode int
The hash code for this object.
no setterinherited
isAvailable bool
no setter
local StorageLocal
Items in the local storage area are local to each machine.
no setter
managed StorageArea
Items in the managed storage area are set by the domain administrator, and are read-only for the extension; trying to modify this namespace results in an error.
no setter
onChanged EventStream<OnChangedEvent>
Fired when one or more items change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session StorageSession
Items in the session storage area are stored in-memory and will not be persisted to disk.
no setter
sync StorageSync
Items in the sync storage area are synced using Chrome Sync.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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