giveAllConsents method
Used to give all consent at init time
Implementation
CountlyConfig giveAllConsents() {
_enableAllConsents = true;
return this;
}
Used to give all consent at init time
CountlyConfig giveAllConsents() {
_enableAllConsents = true;
return this;
}