SessionStore class abstract
- Implementers
Constructors
Properties
Methods
-
clear(
) → FutureOr< void> -
destroy(
String sessionId) → FutureOr< void> -
get(
String sessionId) → FutureOr< Session?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String sessionId, Session value) → FutureOr< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited