storageRemove
Removes an entry from the local storage.
Parameters
key
string of the entry to remove
Examples
storageRemove('key');
Meta
- version: 1.9.0
- Source: storage-remove.ts
Removes an entry from the local storage.
key
string of the entry to removestorageRemove('key');
Meta