getItem

abstract fun getItem(name: String): Flow<dbCantEat>

Get a CantEat from the database by its name.

Return

A Flow emitting the CantEat with the given name.

Parameters

name

The name of the CantEat to retrieve.