GetOngoingPhoneCallUseCaseImpl
internal class GetOngoingPhoneCallUseCaseImpl(val phoneCallRepository: PhoneCallRepository) : GetOngoingPhoneCallUseCase
Use case that gets the currently ongoing phone call.
Functions
Link copied to clipboard
Returns the currently ongoing phone call represented by OngoingPhoneCallDomainModel. If there is no ongoing phone call, then null
is returned.