store.retrieve(key, method = "local")
Load a storage key with associated data.
| Name | Type | Required | Description |
|---|---|---|---|
key |
string | yes | Store key to read. |
method |
string | no | Persistence backend. |
Promise<any>
No additional runtime notes yet.
No additional details yet.