automaticScreenTracking method

HackleWebViewConfigBuilder automaticScreenTracking(
  1. bool value
)

Implementation

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