clearAllItems
Function: clearAllItems()
clearAllItems(
prefix):void
Defined in: src/utils/useLocalstorage.ts:62
Clears all items from localStorage with the given prefix.
Parameters
prefix
string
Prefix to be added to the key, common for all keys.
Returns
void
void