giveAllConsents method

CountlyConfig giveAllConsents()

Used to give all consent at init time

Implementation

CountlyConfig giveAllConsents() {
  _enableAllConsents = true;
  return this;
}