0.0.17 • Published 4 years ago
capacitor-secure-config-storage v0.0.17
capacitor-secure-config-storage
Access native config settings
Install
npm install capacitor-secure-config-storage
npx cap syncAPI
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