For the complete documentation index, see llms.txt. This page is also available as Markdown.

Storage.clearItems

功能说明

删除移动应用本地存储中的所有项目并初始化存储。

类型

Storage.clearItems(): Promise<void>;

Params

Response

示例代码

JavaScript

import { Storage } from "@apps-in-toss/web-framework";

await Storage.clearItems();

这有帮助吗?