getAllMessagesByType

open override fun getAllMessagesByType(type: String): Flow<List<Message>>(source)

Retrieves all the messages of the provided type.

Return

a Flow of List of Message objects representing all the messages of the type

Parameters

type

The message type as a string