getRandomMeals

suspend fun getRandomMeals(mutableMeals: SnapshotStateList<Meal?>)

similar to getRandomMeals but for several meals

Parameters

mutableMeals

a list that it will append the results. The Meals can be null