elye
collectAsStateWithLifecycle
collectAsState
val state = savedStateHandle .getStateFlow(KEY, 0) .stateIn( viewModelScope, WhileSubscribed(5000), 0 )
val collected = stateFlow.collectAsStateWithLifecycle(0)
A modern programming language that makes developers happier.