collectAaid property

bool collectAaid

Implementation

bool get collectAaid {
  return _collectAaid;
}
void collectAaid=(bool value)

Implementation

set collectAaid(bool value) {
  _collectAaid = value;
  _tracker?.setConfig(this);
}