FlutterKeyStorage class Null safety

The Flutter specific implementation of KeyStorage.

It uses FlutterSecureStorage to implement encrypted key-value storage for Android and iOS.

Implemented types

Constructors

FlutterKeyStorage()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
secureStorage FlutterSecureStorage
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
read({required String key}) Future<String?>
override
toString() String
A string representation of this object.
inherited
write({required String key, required String value}) Future<void>
override

Operators

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