method Storage.removeItem
Jump to headingStorage.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 Jump to heading
Jump to headingkey: string
Return Type Jump to heading
void