removeItem

abstract fun removeItem(key: String)

Remove the key from the storage if it exists.

If there is no item associated with the key, this method does nothing.