Searched defs:stateIn (Results 1 – 1 of 1) sorted by relevance
307 public fun <T> Flow<T>.stateIn( in stateIn() method325 public suspend fun <T> Flow<T>.stateIn(scope: CoroutineScope): StateFlow<T> { in stateIn() method