MockSecureStorageProvider class
Mock implementation of ISecureStorageProvider for testing.
Stores data in memory (not actually secure, but suitable for tests).
- Implemented types
Constructors
Properties
Methods
-
containsKey(
String key) → bool - Checks if a key exists.
-
delete(
String key) → Future< void> -
override
-
deleteAll(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
String key) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String key, String value) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited