AboutPageViewModel
class AboutPageViewModel(val globalError: ReversiException? = null, val setGlobalError: (Exception?, ErrorType?) -> Unit) : ViewModel<AboutUiState>
ViewModel for the about page screen. Manages about page state and error handling.
Constructors
Link copied to clipboard
constructor(globalError: ReversiException? = null, setGlobalError: (Exception?, ErrorType?) -> Unit)