WinnerPageViewModel
class WinnerPageViewModel(val scope: CoroutineScope, val game: Game, val globalError: ReversiException?, val setGlobalError: (Exception?, ErrorType?) -> Unit) : ViewModel<WinnerUiState>
Constructors
Link copied to clipboard
constructor(scope: CoroutineScope, game: Game, globalError: ReversiException?, setGlobalError: (Exception?, ErrorType?) -> Unit)