ChatwootMessagesDao class abstract

Implementers

Constructors

ChatwootMessagesDao()

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>
clearAll() Future<void>
deleteMessage(int messageId) Future<void>
getMessage(int messageId) ChatwootMessage?
getMessages() List<ChatwootMessage>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDispose() Future<void>
saveAllMessages(List<ChatwootMessage> messages) Future<void>
saveMessage(ChatwootMessage message) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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