You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is easy to fix and can help solve problems with missed errors. The issue is that because of adding the whenComplete function to the secure param instead of chaining it inline.
Here is an example of my fix:
String resp = '';
The text was updated successfully, but these errors were encountered:
BVCobyAmar
changed the title
missing try catch in check function lib/src/http_certificate_pinning.dart
error miss caused by splitting whenComplete instead of inline http_certificate_pinning/lib/src/dio/certificate_pinning_interceptor.dart
Mar 1, 2022
This issue is easy to fix and can help solve problems with missed errors. The issue is that because of adding the
whenComplete
function to thesecure
param instead of chaining it inline.Here is an example of my fix:
String resp = '';
The text was updated successfully, but these errors were encountered: