saveCantEat

open suspend override fun saveCantEat(cantEat: CantEat): CantEat

Saves a CantEat item to the remote API and the local database. If the item already exists in the remote API, it updates the item. Otherwise, it creates a new item.