@override Future<bool> hasVPNConnection() async { // Check for VPN in web environment return await _hasWebVPNConnection(); }