SecureStorage class
Constructors
- SecureStorage(int seeder)
Properties
- basePath ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isReady ↔ bool
-
getter/setter pair
- masterPassword ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seeder → int
-
final
- storagePath ↔ String
-
getter/setter pair
Methods
-
clear(
) → Future< void> -
delete(
String key) → Future< void> -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String key) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String key, String value) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited