isVPNCheck property

Future<bool> get isVPNCheck

Implementation

static Future<bool> get isVPNCheck async {
  final bool isVPNCheck = await _channel.invokeMethod('isVPNCheck');
  return isVPNCheck;
}