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