removeItem
Function: removeItem()
removeItem(
prefix
,key
):void
Defined in: src/utils/useLocalstorage.ts:51
Removes the value associated with the given key from local storage.
Parameters
prefix
string
Prefix to be added to the key, common for all keys.
key
string
The unique name identifying the value.
Returns
void