GetAllPhoneCallLogEntriesUseCaseImpl
internal class GetAllPhoneCallLogEntriesUseCaseImpl(val phoneCallRepository: PhoneCallRepository) : GetAllPhoneCallLogEntriesUseCase
A use case for getting all phone call log entries, i.e. phone call made or received by the user.
Functions
Link copied to clipboard
Returns a List of all phone call log entries represented by PhoneCallLogEntryDomainModel.
Link copied to clipboard
Returns a Flow of all phone call log entries represented by PhoneCallLogEntryDomainModel.