certificates property
A List of Strings containing the base64-encoded SHA-256 hash of each certificate's Subject Public Key Info.
Certificate pinning can be disabled by passing an empty array (never do this in production apps!)
Implementation
final List<String>? certificates;