Skip to main content

foundation-comms.session.removelocalstorageitem

Home > @genesislcap/foundation-comms > Session > removeLocalStorageItem

Session.removeLocalStorageItem() method

Removes the item with the specified key from the local storage.

Signature:

removeLocalStorageItem(key: string | UserInfoKeys): void;

Parameters

Parameter

Type

Description

key

string | UserInfoKeys

The key of the item to remove.

Returns:

void