capacitor-vpn-detector
v0.0.2
Published
Capacitor plugin to detect VPN connections on Android and iOS.
Downloads
24
Maintainers
Readme
capacitor-vpn-detector
Capacitor plugin to detect VPN connections on Android and iOS.
Install
npm install capacitor-vpn-detector
npx cap sync
API
isVpnActive()
isVpnActive() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>