SecureHttpClient.build constructor
Implementation
factory SecureHttpClient.build(List<String> allowedSHAFingerprints,
{http.BaseClient? customClient}) {
return SecureHttpClient._internal(
allowedSHAFingerprints: allowedSHAFingerprints,
customClient: customClient);
}