0.0.1 • Published 12 months ago

capacitor-reset-data v0.0.1

Weekly downloads
-
License
ISNOV
Repository
-
Last release
12 months ago

capacitor-reset-data

plugins for reseting data

Install

npm install capacitor-reset-data
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


clearApplicationData()

clearApplicationData() => Promise<{ success: boolean; error?: string; }>

Returns: Promise<{ success: boolean; error?: string; }>


0.0.1

12 months ago