dev-mode-detector-capacitor
v0.0.2
Published
A capacitor plugin that checks if the user have the DevMode Enable. This plugin is specifically for Android devices
Readme
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 syncAPI
isDevModeEnabled()
isDevModeEnabled() => Promise<{ value: boolean; }>Returns: Promise<{ value: boolean; }>
