0.0.2 • Published 1 year ago
capacitor-vpn-detector v0.0.2
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; }>