recipes

@JvmName(name = "listRecipesResponseRecipeSummary")
fun Flow<ListRecipesResponse>.recipes(): Flow<RecipeSummary>

This paginator transforms the flow returned by listRecipesPaginated to access the nested member RecipeSummary

Return

A kotlinx.coroutines.flow.Flow that can collect RecipeSummary