toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.network
/
getRecipesAsFlow
get
Recipes
As
Flow
fun
RecipeApiService
.
getRecipesAsFlow
(
)
:
Flow
<
List
<
ApiRecipe
>
>
Extension function to convert the getRecipes function to a Flow.
Return
A Flow of List of ApiRecipe items.