automaticRouteTracking method

HackleWebViewConfigBuilder automaticRouteTracking(
  1. bool value
)

Implementation

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