class CoreViewModel { internal val mutableStateFlow: MutableStateFlow(AppState()) val stateFlow: StateFlow<AppState> get() = mutableStateFlow fun ...
確定! 回上一頁