Add deleteData doc to plugins guide

This commit is contained in:
Chocobozzz
2026-06-11 11:17:51 +02:00
parent 5a080d03ac
commit 7c26a57831
+1
View File
@@ -193,6 +193,7 @@ function register ({
}) {
const value = await storageManager.getData('mykey')
await storageManager.storeData('mykey', { subkey: 'value' })
await storageManager.deleteData('mykey')
}
```