removeData

fun removeData(key: String)

Removes the data stored under the given key, regardless of whether it is persistent or not.

Throws

If the entry cannot be removed due to a non-null provider being bound to it.