MessageManager class abstract

Implementers

Constructors

MessageManager()

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

deleteAllMessages() Future<void>
Deletes all messages.
deleteMessage(String messageId) Future<void>
Delete a message based on its id (i.e., document name on CARP).
getMessage(String messageId) Future<Message?>
Get a message based on its id.
getMessages({DateTime? start, DateTime? end, int? count = 20}) Future<List<Message>>
Get a list of messages in a given time period from start to end with a maximum of count messages.
initialize() Future<void>
Initialize the MessageManager.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMessage(Message message) Future<void>
Set a message.
toString() String
A string representation of this object.
inherited

Operators

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