isSslContextSetupFailed property

bool get isSslContextSetupFailed

Returns true if the platform's TLS stack failed to initialize while setting up the SDK's pinned socket factory or trust manager. Android only; iOS/macOS never produce this code.

Implementation

bool get isSslContextSetupFailed => code == 'SSL_CONTEXT_SETUP_FAILED';