disableStoringDefaultPushConsent method
Disable storing the default push consent on initialization
Implementation
CountlyConfig disableStoringDefaultPushConsent() {
_storingDefaultPushConsentDisabled = true;
return this;
}
Disable storing the default push consent on initialization
CountlyConfig disableStoringDefaultPushConsent() {
_storingDefaultPushConsentDisabled = true;
return this;
}