store.delete(key, method = "local")
Remove a storage key and any saved data.
| Name | Type | Required | Description |
|---|---|---|---|
key |
string | yes | Store key to remove. |
method |
string | no | Persistence backend. |
Promise<boolean>
No additional runtime notes yet.
No additional details yet.