storageGet
Retrieves data from the local storage.
Parameters
key
string to retrieve
Examples
storageGet('key');
Returns any data from the local storage. Returns '' if key is not found
Meta
- version: 1.9.0
- Source: storage-get.ts
Retrieves data from the local storage.
key
string to retrievestorageGet('key');
Returns any data from the local storage. Returns '' if key is not found
Meta