IngredientsAnalysisViewModel

class IngredientsAnalysisViewModel @Inject constructor(productRepository: ProductRepository) : ViewModel

Constructors

Link copied to clipboard
@Inject
fun IngredientsAnalysisViewModel(productRepository: ProductRepository)

Functions

Link copied to clipboard
open fun addCloseable(@NonNull p0: Closeable)
Link copied to clipboard
fun updateProduct(product: Product): Job

Properties

Link copied to clipboard
val ingredients: Flow<Result<List<ProductIngredient>>>