GetServiceByIdUseCase

This use case is responsible for getting Service Details from given service ID.

Return

Service Details or NULL.

Parameters

serviceId

contains service ID and Provider.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(serviceId: <Error class: unknown class>): <Error class: unknown class>?