call_ui/src/call_logs/domain/usecases/usecases library

Use cases barrel file for call_logs domain layer. Exports all use cases for the call_logs module.

Classes

GetCallLogsUseCase
Use case for getting call logs with pagination support. Handles business logic for fetching initial call log lists.
GetLoggedInUserUseCase
Use case for getting the currently logged-in user. Handles business logic for user retrieval.
InitiateCallUseCase
Use case for initiating a call from a call log entry. Handles business logic for call initiation.
LoadMoreCallLogsUseCase
Use case for loading more call logs with pagination support. Handles business logic for fetching additional call log pages.