automaticAppLifecycleTracking method
Set automatic app lifecycle tracking
Implementation
HackleConfigBuilder automaticAppLifecycleTracking(
bool automaticAppLifecycleTracking) {
_automaticAppLifecycleTracking = automaticAppLifecycleTracking;
return this;
}