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