GetAllCallsWithSortedParticipantsUseCaseImpl
class GetAllCallsWithSortedParticipantsUseCaseImpl(callRepository: CallRepository, callingParticipantsOrder: CallingParticipantsOrder) : GetAllCallsWithSortedParticipantsUseCase
Constructors
Link copied to clipboard
internal constructor(callRepository: CallRepository, callingParticipantsOrder: CallingParticipantsOrder)
Functions
Link copied to clipboard
open suspend operator override fun invoke(): <Error class: unknown class><List<<Error class: unknown class>>>
Observes a Flow list of all calls with the participants sorted according to the CallingParticipantsOrder