Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.29 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.29 KB

capacitor-secure-config-storage

Access native config settings

Install

npm install capacitor-secure-config-storage
npx cap sync

API

echo(...)

echo(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


getValueFromConfig(...)

getValueFromConfig(options: { key: string; }) => any
Param Type
options { key: string; }

Returns: any


storeConfigValue(...)

storeConfigValue(options: { key: string; }) => any
Param Type
options { key: string; }

Returns: any