conversationEntryFlow

abstract fun conversationEntryFlow(entryId: String): Flow<ConversationEntry?>

Gets a Flow of a single ConversationEntry given its unique entry ID.

Return

A Flow of Result containing the ConversationEntry if found, or null if not found.

Parameters

entryId

The unique identifier of the conversation entry to observe.