SharedPreferencesGotrueAsyncStorage class
local storage to store pkce flow code verifier.
- Inheritance
-
- Object
- GotrueAsyncStorage
- SharedPreferencesGotrueAsyncStorage
Constructors
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.
override
-
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.
override
-
setItem(
{required String key, required String value}) → Future< void> -
Stores the value asynchronously to the storage with the key.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited