RangersApplogAutoTrackConfig constructor

RangersApplogAutoTrackConfig({
  1. List<RangersApplogAutoTrackPageConfig<Widget>> pageConfigs = const [],
  2. bool useCustomRoute = false,
  3. List<Key> ignoreElementKeys = const [],
  4. List<String> ignoreElementStringKeys = const [],
  5. bool enablePageView = true,
  6. bool enablePageLeave = false,
  7. bool enableClick = true,
})

Implementation

RangersApplogAutoTrackConfig({
  this.pageConfigs = const [],
  this.useCustomRoute = false,
  this.ignoreElementKeys = const [],
  this.ignoreElementStringKeys = const [],
  this.enablePageView = true,
  this.enablePageLeave = false,
  this.enableClick = true,
});