getMealByName

suspend fun getMealByName(mealName: String): Meal?

obtain the image data given the meal name. This does not return the image bitmap and must be done with using getImage

Return

the Meal or null if it was unsuccessful

Parameters

mealName

name of the meal