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