0.0.1 • Published 2 years ago
secure-storage-capacitor-plugin v0.0.1
secure-storage-capacitor-plugin
work with secure storage
Install
npm install secure-storage-capacitor-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
0.0.1
2 years ago