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