getRecipes

open override fun getRecipes(): Flow<List<Recipe>>

Fetches all Recipe items from the local database. If the local database is empty, it refreshes the data from the remote API.