setLoggingEnabled method
Set to true of you want to enable countly internal debugging logs those logs will be printed to the console
Implementation
CountlyConfig setLoggingEnabled(bool enabled) {
_loggingEnabled = enabled;
return this;
}
Set to true of you want to enable countly internal debugging logs those logs will be printed to the console
CountlyConfig setLoggingEnabled(bool enabled) {
_loggingEnabled = enabled;
return this;
}