Skip to main content
method Storage.removeItem
Storage.removeItem(key: string): void
Deprecated

Removes the key/value pair with the given key from the list associated with the object, if a key/value pair with the given key exists.

Parameters

key: string

Return Type

void
Back to top