GeneralDao class

Constructors

GeneralDao()

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

delete(String password, String key) Future
Delete specific entry
deleteAllGeneral(String password) Future
Deletes everything stored in the general store
find(String password, String key) Future
Find specific entry
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(String password, Map<String, dynamic> map, {String? key}) Future<String>
checks that it's not null, then saves it
toString() String
A string representation of this object.
inherited
updatePw(String oldPw, String newPw) Future
updates password

Operators

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