GetFavoriteFolderUseCase

This use case will return the favorite folder.

Return

Result.Success with ConversationFolder in case of success, or Result.Failure if something went wrong - can't get data from local DB.

Inheritors

Types

Link copied to clipboard
sealed class Result

Functions

Link copied to clipboard
abstract suspend operator fun invoke(): GetFavoriteFolderUseCase.Result