getStateFlow
fun <T, BACKED_BY> SavedStateHandle.getStateFlow( key: Key<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T>
Content copied to clipboard
fun <T, BACKED_BY> TypedSavedStateHandle.getStateFlow( key: Key<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T>
Content copied to clipboard
fun <T, BACKED_BY> SavedStateHandle.getStateFlow( key: AsyncKey<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T?>
Content copied to clipboard
fun <T, BACKED_BY> TypedSavedStateHandle.getStateFlow( key: AsyncKey<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T?>
Content copied to clipboard