getOffloadingService

abstract fun getOffloadingService(serviceId: Int): Flow<OffloadingService>

Retrieve an OffloadingService by serviceId from the offloadingservices table.

Return

a Flow of the matching OffloadingServices.

Parameters

serviceId

the unique identifier that represents a specific OffloadingService in the table.