MethodChannelFlutterSecureStorage class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
onCupertinoProtectedDataAvailabilityChanged Stream<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

containsKey({required String key, required Map<String, String> options}) Future<bool>
override
delete({required String key, required Map<String, String> options}) Future<void>
override
deleteAll({required Map<String, String> options}) Future<void>
override
isCupertinoProtectedDataAvailable() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read({required String key, required Map<String, String> options}) Future<String?>
override
readAll({required Map<String, String> options}) Future<Map<String, String>>
override
toString() String
A string representation of this object.
inherited
write({required String key, required String value, required Map<String, String> options}) Future<void>
override

Operators

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