DeleteConversationLocallyUseCaseImpl
internal class DeleteConversationLocallyUseCaseImpl(clearConversationContent: ClearConversationContentUseCase, deleteConversation: DeleteConversationUseCase) : DeleteConversationLocallyUseCase
Constructors
Link copied to clipboard
constructor(clearConversationContent: ClearConversationContentUseCase, deleteConversation: DeleteConversationUseCase)