@nadlowebagentur/capacitor-user-default
v0.1.3
Published
Read default app settings
Downloads
53
Readme
capacitor-user-default
Read default app settings
Install
npm install @nadlowebagentur/capacitor-user-default
npx cap sync
API
getByKey(...)
getByKey(params: { key: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------ | ----------------------------- |
| params
| { key: string; } |
Returns: Promise<{ value: string; }>