SettingsViewModel

constructor(scope: CoroutineScope, appState: AppStateImpl, globalError: ReversiException? = null, setTheme: (AppTheme) -> Unit, setPlayerName: suspend (String?) -> Unit, saveGame: suspend () -> Unit, setGame: (Game) -> Unit, setGlobalError: (Exception?, ErrorType?) -> Unit)