Session class
Properties
Methods
-
add(
String key, dynamic value) → Session - Add a value to the session
-
clear(
) → Session - Clear the session
-
data(
) → Map< String, dynamic> ? - Get all the session data
-
delete(
String key) → Session - Delete a value from the session
-
flush(
) → Session - Clear the session
-
get<
T> (String key) → T? - Get a value from the session
-
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