isVPNCheck1 property

Future<bool> get isVPNCheck1

Implementation

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