allowBadHttpsCertificates method

void allowBadHttpsCertificates()

Allows bad HTTPS certificates for development purposes

Warning: This should only be used in development environments

Implementation

void allowBadHttpsCertificates() {
  PlexNetworking.instance.allowBadCertificateForHTTPS();
}