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