updateModel

abstract suspend fun updateModel(model: Model)

Update the given Model in the database.

Parameters

model

the Model to be updated.