diff --git a/lib/src/dio/certificate_pinning_interceptor.dart b/lib/src/dio/certificate_pinning_interceptor.dart index 30a4a22..35229d9 100644 --- a/lib/src/dio/certificate_pinning_interceptor.dart +++ b/lib/src/dio/certificate_pinning_interceptor.dart @@ -57,7 +57,7 @@ class CertificatePinningInterceptor extends Interceptor { requestOptions: options, error: CertificateNotVerifiedException(), ), - _callFollowingErrorInterceptor, + callFollowingErrorInterceptor, ); } } on Exception catch (e) {