trustedCertificates property
List of trusted certificates that will be added to the security contexts of newly created HTTP clients.
Certificates can either use the PEM or or the PKCS12 format, the latter of which also supports the use of an optional password.
Implementation
final List<({List<int> certificate, String? password})>? trustedCertificates;