setLogEnabled static method

void setLogEnabled([
  1. bool enableLog = true
])

Generates debug logs to console.

Implementation

static void setLogEnabled([bool enableLog = true]) {
  flurryAgent?.setLogEnabled(enableLog);
}