getAllOffloadingService

open override fun getAllOffloadingService(): Flow<List<OffloadingService>>

Get the stream of all OffloadingServices in the database by using offloadingServiceDao.

Return

a Flow of a list containing the OffloadingServices in the database.

See also