Daniele B
commonMain
class CoreViewModel { internal val mutableStateFlow = MutableStateFlow(AppState()) val stateFlow: StateFlow<AppState> get() = mutableStateFlow }
StateFlow
A modern programming language that makes developers happier.