updateOffloadingService

open suspend override fun updateOffloadingService(offloadingService: OffloadingService)

Update the given OffloadingService in the database by using offloadingServiceDao.

Parameters

offloadingService

the OffloadingService to be updated.

See also