MainViewModel

class MainViewModel @Inject constructor(offloadingServiceRepositoryImpl: OffloadingServiceRepositoryImpl) : ViewModel

A MainViewModel class responsible for managing UI-related data for the main screen.

Constructors

Link copied to clipboard
@Inject
constructor(offloadingServiceRepositoryImpl: OffloadingServiceRepositoryImpl)

Properties

Link copied to clipboard

State flow exposing a list of OffloadingServiceUiState objects.