conversationEntriesPaged
abstract fun conversationEntriesPaged(pageSize: Int = DEFAULT_PAGE_SIZE): Flow<Result<PagingData<ConversationEntry>>>
Gets the ConversationEntrys scoped to this conversation.
Return
A Flow of PagingData for observing the ConversationEntry objects. Result.Success.data returns the PagingData.
Parameters
pageSize
The size of a page. Defaults to DEFAULT_PAGE_SIZE.