getMessagesFromPaged
abstract fun getMessagesFromPaged(contact: String, getNode: suspend (String?) -> ERROR CLASS: Symbol not found for Node): ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for PagingData<ERROR CLASS: Symbol not found for Message>>(source)
Returns a paged flow of messages for a conversation.
abstract fun getMessagesFromPaged(contactKey: String, includeFiltered: Boolean, getNode: suspend (String?) -> ERROR CLASS: Symbol not found for Node): ERROR CLASS: Symbol not found for Flow<ERROR CLASS: Symbol not found for PagingData<ERROR CLASS: Symbol not found for Message>>(source)
Returns a paged flow of messages for a conversation, with filtering options.