RememberMe<User> class abstract

The remember-me plug-in.

Notice that save was called only if the s_remember_me parameter is specified with true.

Constructors

RememberMe()

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) Future<User?>?
It returns a Future object carrying the user if the given connection
save(HttpConnect connect, User user, bool rememberMe) Future?
Saves the given user for the given connection, such that it can be
toString() String
A string representation of this object.
inherited

Operators

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