Main View Model
class MainViewModel @Inject constructor(offloadingServiceRepositoryImpl: OffloadingServiceRepositoryImpl) : ViewModel
A MainViewModel class responsible for managing UI-related data for the main screen.
Properties
Link copied to clipboard
State flow exposing a list of OffloadingServiceUiState objects.