RecipeViewModel

class RecipeViewModel(recipeRepository: RecipeRepository) : ViewModel

ViewModel for managing Recipe data.

Constructors

Link copied to clipboard
constructor(recipeRepository: RecipeRepository)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
lateinit var uiListState: StateFlow<RecipeListState>

Functions

Link copied to clipboard
Link copied to clipboard
fun refresh()

Refreshes the list of Recipe items from the repository.