setRequiresConsent method
Set if consent should be required
Implementation
CountlyConfig setRequiresConsent(bool shouldRequireConsent) {
_shouldRequireConsent = shouldRequireConsent;
return this;
}
Set if consent should be required
CountlyConfig setRequiresConsent(bool shouldRequireConsent) {
_shouldRequireConsent = shouldRequireConsent;
return this;
}