0.1.3 • Published 9 months ago

@nadlowebagentur/capacitor-user-default v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago