EnvironmentProductViewModel

class EnvironmentProductViewModel @Inject constructor(localeManager: LocaleManager, productRepository: ProductRepository) : ViewModel

Constructors

Link copied to clipboard
@Inject
fun EnvironmentProductViewModel(localeManager: LocaleManager, productRepository: ProductRepository)

Functions

Link copied to clipboard
open fun addCloseable(@NonNull p0: Closeable)
Link copied to clipboard
fun uploadImage(file: File, barcode: Barcode)