SessionIo class abstract

Reads and writes session data to Context

Implementers

Constructors

SessionIo()

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(Context ctx) String?
Reads the session data from Context
toString() String
A string representation of this object.
inherited
write(Context ctx, String session) → void
Writes session data to Context

Operators

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