getAllItems

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

Retrieves all recipes from the "recipes" table, ordered by title in ascending order.

Return

A Flow emitting a list of all recipes.