automaticScreenTracking method
Implementation
HackleWebViewConfigBuilder automaticScreenTracking(bool value) {
_automaticScreenTracking = value;
return this;
}
HackleWebViewConfigBuilder automaticScreenTracking(bool value) {
_automaticScreenTracking = value;
return this;
}