PlatformViewModel¶
class PlatformViewModel(getPlatformInfoUseCase: GetPlatformInfoUseCase, viewModelScope: CoroutineScope)
Constructors¶
PlatformViewModel¶
constructor(getPlatformInfoUseCase: GetPlatformInfoUseCase, viewModelScope: CoroutineScope)
Properties¶
uiState¶
val uiState: StateFlow<PlatformUiState>
Functions¶
loadPlatformInfo¶
fun loadPlatformInfo()