GotrueAsyncStorage class abstract

Interface to provide async storage to store pkce tokens.

Constructors

GotrueAsyncStorage()
const

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

getItem({required String key}) Future<String?>
Retrieves an item asynchronously from the storage with the key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeItem({required String key}) Future<void>
Removes an item asynchronously from the storage for the given key.
setItem({required String key, required String value}) Future<void>
Stores the value asynchronously to the storage with the key.
toString() String
A string representation of this object.
inherited

Operators

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