SharedPReferenceManager class
This class is used to manage secure storage
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
-
deleteAll(
) → Future< void> - Delete all value
-
deleteValue(
String key) → Future< void> - Delete value
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readValue(
String key) → Future< String?> - Read value
-
toString(
) → String -
A string representation of this object.
inherited
-
writeValue(
{required String key, required String value}) → Future< void> - Write value
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → SharedPReferenceManager
-
The constructor
no setter