SecureStore class abstract

Implemented types

Constructors

SecureStore(FlutterSecureStorage storage)
factory

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

containsKey({required String key}) Future<bool>
inherited
deleteAll() Future<void>
getBoolean({required String key}) Future<bool?>
inherited
getDouble({required String key}) Future<double?>
inherited
getInt({required String key}) Future<int?>
inherited
getString({required String key}) Future<String?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeKey({required String key}) Future<void>
inherited
saveBoolean({required String key, required bool value}) Future<void>
inherited
saveDouble({required String key, required double value}) Future<void>
inherited
saveInt({required String key, required int value}) Future<void>
inherited
saveString({required String key, required String value}) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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