disableConsent method

dynamic disableConsent()

Implementation

disableConsent() {
  this.isDisableConsent = true;
  return this;
}