InMemoryAuthStore class

Implements the AuthStore interface using an internal Map.

As such, all information written to the store is transient, and will not persist between restarts of the app.

All methods are synchronous.

Implemented types

Constructors

InMemoryAuthStore()

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

getString(String key) String?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeItem(String key) → void
override
setString(String key, String value) → void
override
toString() String
A string representation of this object.
inherited

Operators

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