property

fun <T> TypedSavedStateHandle.property(key: BundleKey<T, *>): DelegateProperty<T>
fun <T> SavedStateHandle.property(key: BundleKey<T, *>): DelegateProperty<T>
fun <T> TypedSavedStateHandle.property(key: AsyncBundleKey<T, *>, scope: CoroutineScope): DelegateProperty<T?>
fun <T> SavedStateHandle.property(key: AsyncBundleKey<T, *>, scope: CoroutineScope): DelegateProperty<T?>