RulesContextPersistence class
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
-
clearSessionVariables(
String sessionId) → Future< void> - Clear variables for a specific session (used for debugging/testing)
-
dispose(
) → void - Dispose of resources
-
getDiagnostics(
) → Map< String, dynamic> - Get diagnostics information about persistence state
-
initialize(
) → Future< void> - Initialize persistence and set up session listeners
-
loadRulesSessionVariables(
) → Future< AppContext> - Load session and custom scope variables from persistent storage
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveRulesSessionVariables(
AppContext context) → Future< void> - Save session and custom scope variables to persistent storage
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → RulesContextPersistence
-
no setter