FetchConversationUseCaseImpl

internal class FetchConversationUseCaseImpl(conversationRepository: ConversationRepository, persistConversations: PersistConversationsUseCase) : FetchConversationUseCase

Constructors

Link copied to clipboard
constructor(conversationRepository: ConversationRepository, persistConversations: PersistConversationsUseCase)

Functions

Link copied to clipboard
open suspend operator override fun invoke(conversationId: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>, Unit>