Session class
Constructors
- Session(dynamic url)
Properties
Methods
-
get(
) → Future< Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
dynamic data) → Future< Response> -
toString(
) → String -
A string representation of this object.
inherited
-
updateCookie(
Response response) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited