getAllItems

abstract fun getAllItems(): Flow<List<dbCantEat>>

Get all CantEats from the database. The CantEats are ordered by their names in ascending order.

Return

A Flow emitting a list of all CantEats.