capacitor-plugin-developer-options
v0.1.0
Published
Capacitor Plugin to check and open developer options
Downloads
2,861
Readme
capacitor-plugin-developer-options
Capacitor Plugin to check and open developer options
Install
npm install capacitor-plugin-developer-options
npx cap syncAPI
isDevelopmentSettingsEnabled()
isDevelopmentSettingsEnabled() => Promise<{ value: boolean; }>Returns: Promise<{ value: boolean; }>
openDeveloperOptions()
openDeveloperOptions() => Promise<void>