getItem

abstract fun getItem(id: Long): Flow<dbRecipe>

Retrieves a recipe from the "recipes" table by its local ID.

Return

A Flow emitting the retrieved recipe.

Parameters

id

The local ID of the recipe to retrieve.