certificates property

List<Uint8List>? certificates
final

A List of certificates to use for certificate pinning, as DER-encoded X.509 certificates as Uint8Lists.

Certificate pinning can be disabled by passing an empty array (never do this in production apps!)

Implementation

final List<Uint8List>? certificates;