store.persist(key, method = "local")
Save a storage key with associated data in the user's browser.
| Name | Type | Required | Description |
|---|---|---|---|
key |
string | yes | Store key to persist. |
method |
string | no | Persistence backend (for example `local` or `local:db`). |
Promise<void>
No additional runtime notes yet.
No additional details yet.