remove

inline fun <T : Any> remove(key: NullableSavedStateHandleKey<T>)

Removes a value associated with the given key.

After the removal, when calling get with the given key, the NullableSavedStateHandleKey.defaultValue will be returned.

See also


Deprecated (with error)

This method is not supported on non-null type key

Always throws UnsupportedOperationException.