setConsentEnabled method

CountlyConfig setConsentEnabled(
  1. List<String> consents
)

Sets which features are enabled in case consent is required

Implementation

CountlyConfig setConsentEnabled(List<String> consents) {
  _consents = consents;
  return this;
}