allowedSHA256Fingerprints constant
SHA-256 fingerprints of trusted server certificates.
Certificate pinning is only active in production (HTTPS). Add all certificates in the rotation here so a rollover does not break existing app installs.
TODO: Populate with the production API server's SHA-256 fingerprints.
Implementation
static const List<String> allowedSHA256Fingerprints = <String>[];