PersistedChatwootMessagesDao class
- Inheritance
-
- Object
- ChatwootMessagesDao
- PersistedChatwootMessagesDao
Constructors
-
PersistedChatwootMessagesDao(Box<
ChatwootMessage> _box, Box<String> _messageIdToClientInstanceKeyBox, String _clientInstanceKey)
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
-
clear(
) → Future< void> -
override
-
clearAll(
) → Future< void> -
override
-
deleteMessage(
int messageId) → Future< void> -
override
-
getMessage(
int messageId) → ChatwootMessage? -
override
-
getMessages(
) → List< ChatwootMessage> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDispose(
) → Future< void> -
override
-
saveAllMessages(
List< ChatwootMessage> messages) → Future<void> -
override
-
saveMessage(
ChatwootMessage message) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited