checkVpnPermission method

Future<bool> checkVpnPermission()

Check if VPN permission is granted

Implementation

Future<bool> checkVpnPermission() {
  throw UnimplementedError('checkVpnPermission() has not been implemented.');
}