certificatePinning property

CertificatePinningOptions? certificatePinning
final

Certificate pinning options for native platforms.

Certificate pinning is not supported on Flutter web because browsers do not expose certificate material to application code.

Implementation

final CertificatePinningOptions? certificatePinning;