getNotDeletedMealData

abstract fun getNotDeletedMealData(daysBack: Int): Flowable<List<MealData>>

Returns Flowable that emits list of meals for day daysBack ago.

Return

Flowable that emits list of meals for day daysBack ago

See also

Parameters

daysBack

for how many days ago in relation to today information is needed (0 for today)