getOffloadingService

open override fun getOffloadingService(serviceId: Int): Flow<OffloadingService>

Get the stream of OffloadingServices by serviceId from the database by using offloadingServiceDao.

Return

a Flow of the OffloadingServices matching the serviceId.

Parameters

serviceId

the unique identifier that represents a specific OffloadingService.

See also