Access native config settings
npm install capacitor-secure-config-storage
npx cap sync
echo(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any
getValueFromConfig(options: { key: string; }) => any
Param | Type |
---|---|
options |
{ key: string; } |
Returns: any
storeConfigValue(options: { key: string; }) => any
Param | Type |
---|---|
options |
{ key: string; } |
Returns: any