SyncConversationFoldersUseCaseImpl

This use case will sync against the backend the conversation folders of the current user.

Constructors

Link copied to clipboard
constructor(conversationRepository: ConversationFolderRepository)

Functions

Link copied to clipboard
open suspend operator override fun invoke(): Either<CoreFailure, Unit>