FonamentViewModel
abstract class FonamentViewModel<U : FonamentUIState>(initialUIState: U) : ViewModel, FonamentEventHandler
Responsible for managing the FonamentEvents and update the uiState that is observed by the FonamentUI.
Responsible for managing the FonamentEvents and update the uiState that is observed by the FonamentUI.