Capacitor Plugin to check and open developer options
npm install capacitor-plugin-developer-optionsCapacitor Plugin to check and open developer options
``bash`
npm install capacitor-plugin-developer-options
npx cap sync
* isDevelopmentSettingsEnabled()
* openDeveloperOptions()
`typescript`
isDevelopmentSettingsEnabled() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
--------------------
`typescript``
openDeveloperOptions() => Promise
--------------------