getAllMessages

abstract suspend fun getAllMessages(from: String?): List<Message>

Retrieves all messages from the data source.

Return

a list of messages.

Parameters

from

optional filter to retrieve messages from a specific sender.