SimpleSecureStorageLinux class

Linux implementation of SimpleSecureStorage.

Inheritance
  • Object
  • PlatformInterface
  • SimpleSecureStorageLinux

Constructors

SimpleSecureStorageLinux()

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

clear() Future<void>
Clears all values.
inherited
delete(String key) Future<void>
Deletes the value associated to the given key.
inherited
has(String key) Future<bool>
Returns whether the secure storage has the given key.
inherited
initialize(InitializationOptions options) Future<void>
Initializes the plugin.
inherited
list() Future<Map<String, String>>
Lists all key/value pairs.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) Future<String?>
Returns the value of the given key.
inherited
toString() String
A string representation of this object.
inherited
write(String key, String value) Future<void>
Writes the value so that it corresponds to the key.
inherited

Operators

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