AutoTrackConfigManager class

Properties

autoTrackEnable bool
no setter
clickEnable bool
no setter
config RangersApplogAutoTrackConfig
no setter
hashCode int
The hash code for this object.
no setterinherited
pageConfigs List<RangersApplogAutoTrackPageConfig<Widget>>
no setter
pageLeaveEnable bool
no setter
pageViewEnabled bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCustomRoute bool
no setter

Methods

enableAutoTrack(bool enable) → void
enableClick(bool enable) → void
enablePageLeave(bool enable) → void
enablePageView(bool enable) → void
getIgnoreElementKeySet() Set<Key>
getIgnoreElementStringKeySet() Set<String>
getPageConfig(Widget pageWidget) RangersApplogAutoTrackPageConfig<Widget>
isIgnoreElement(Key? key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateConfig(RangersApplogAutoTrackConfig config) → void
updateIgnoreElementKeys(List<Key> ignoreElementKeys) → void
updateIgnoreElementStringKeys(List<String> ignoreElementStringKeys) → void
updatePageConfigs(List<RangersApplogAutoTrackPageConfig<Widget>> pageConfigs) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance AutoTrackConfigManager
final