set

inline operator fun <T : Any> set(key: NonNullSavedStateHandleKey<T>, value: T)
inline operator fun <T : Any> set(key: NullableSavedStateHandleKey<T>, value: T?)

Associate the given value with the key.

See also