method Storage.removeItemprivateStorage.removeItem(key: string): voidDeprecatedRemoves 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. Parameterskey: stringReturn Typevoid