0.1.3 • Published 2 years ago

@nadlowebagentur/capacitor-user-default v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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; }>
ParamType
params{ key: string; }

Returns: Promise<{ value: string; }>


0.1.3

2 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago