LocalStorage class

Constructors

LocalStorage.new({required SolevatoUserDao userDao, required SolevatoConversationDao conversationDao, required SolevatoContactDao contactDao, required SolevatoMessagesDao messagesDao})

Properties

contactDao SolevatoContactDao
getter/setter pair
conversationDao SolevatoConversationDao
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messagesDao SolevatoMessagesDao
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userDao SolevatoUserDao
getter/setter pair

Methods

clear({bool clearSolevatoUserStorage = true}) Future<void>
clearAll() Future<void>
dispose() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

openDB({void onInitializeHive()?}) Future<void>