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