LocalStorageBootAuditStorage class final
Non-web stub. Native and server platforms have no localStorage, so the
audit trail is a no-op there. Use InMemoryBootAuditStorage (or supply a
custom backend) when running outside the browser and you still want a
trail.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String key) → String? -
Returns the value stored under
key, ornullif absent or unreadable.override -
remove(
String key) → void -
Removes any value stored under
key. No-op if absent.override -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String key, String value) → void -
Persists
valueunderkey, overwriting any previous value.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited