@override Future<bool> verifySSLPinning(String url) async { // Verify SSL pinning for web return await _verifyWebSSLPinning(url); }