TestFlutterSecureStoragePlatform class

Inheritance
  • Object
  • PlatformInterface
  • FlutterSecureStoragePlatform
  • TestFlutterSecureStoragePlatform

Properties

data Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
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
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