RememberUri class

The remember-me plug-in. It is used to redirect the user back to the protected resource after logging in.

Constructors

RememberUri()

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
recall(HttpConnect connect, Map<String, String> parameters) String?
Returns the previous saved URI, or null if nothing was saved. *
save(HttpConnect connect) → void
Saves the given request's URI, such that it can be recalled later when
toString() String
A string representation of this object.
inherited

Operators

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