0.1.4 • Published 9 months ago
@nadlowebagentur/capacitor-user-default v0.1.4
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; }>