Storage.removeItem - Web documentation
method Storage.removeItem
Storage.removeItem(key: string): void

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