insertModel

abstract suspend fun insertModel(model: Model)

Insert a Model into the database.

Parameters

model

the Model to be inserted.