updateModel

open suspend override fun updateModel(model: Model)

Update the given Model in the database by using modelDao.

Parameters

model

the Model to be updated.

See also