PersistConversationUseCaseImpl
internal class PersistConversationUseCaseImpl(conversationRepository: ConversationRepository, persistConversations: PersistConversationsUseCase) : PersistConversationUseCase
Constructors
Link copied to clipboard
constructor(conversationRepository: ConversationRepository, persistConversations: PersistConversationsUseCase)