insert

abstract suspend fun insert(item: dbCantEat)

Insert a new CantEat into the database. If a CantEat with the same name already exists, it will be replaced.

Parameters

item

The CantEat to insert.