setSslPinningEnabled static method
True to enable or false to disable SSL Pinning for Flurry Analytics connection. Defaults to false.
Implementation
static void setSslPinningEnabled([bool sslPinningEnabled = false]) {
flurryAgent?.setSslPinningEnabled(sslPinningEnabled);
}