badCertificate property

(bool? Function(DioException exception)?) badCertificate
read / write

Handler function for Dio bad certificate exception.

Implementation

bool? Function(DioException exception)? badCertificate;