ClientStorage.clear
Clears all client storage data for this plugin.
ClientStorage.clear() method
Clears all client storage data for this plugin.
Signature:
clear(): Promise<void>;Returns:
Promise<void>
A promise that resolves when all data is cleared
Remarks
This removes ALL keys and values stored by your plugin. This operation cannot be undone.
Example
await creator.clientStorage.clear();Last updated: August 5, 2026 at 11:47 AMEdit this page