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();

도움이 되었나요?