automaticRouteTracking method
Implementation
HackleWebViewConfigBuilder automaticRouteTracking(bool value) {
_automaticRouteTracking = value;
return this;
}
HackleWebViewConfigBuilder automaticRouteTracking(bool value) {
_automaticRouteTracking = value;
return this;
}