StorageBinding class abstract

Storage binding for platform-specific persistence.

Web: Uses localStorage/sessionStorage Server: In-memory (per-request) Flutter: Uses SharedPreferences or similar

Implementers

Constructors

StorageBinding()

Properties

hashCode int
The hash code for this object.
no setterinherited
local PlatformStorage
Local storage (persists across sessions).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session PlatformStorage
Session storage (cleared when session ends).
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