0.0.2 • Published 4 months ago
dev-mode-detector-capacitor v0.0.2
dev-mode-detector-capacitor
A capacitor plugin that checks if the user have the DevMode Enable. This plugin is specifically for Android devices.
Install
npm install dev-mode-detector-capacitor
npx cap sync
API
isDevModeEnabled()
isDevModeEnabled() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>