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