AutoTrackConfigManager class
Properties
- appVersion → String
-
no setter
- autoTrackEnable → bool
-
no setter
- clickEnable → bool
-
no setter
- config → AutoTrackConfig
-
no setter
- deviceId → String?
-
no setter
-
deviceInfo
→ Map<
String, dynamic> -
no setter
- dragEnable → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreNullKeyEnable → bool
-
no setter
-
pageConfigs
→ List<
AutoTrackPageConfig< 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 -
getIgnoreElementKeySet(
) → Set< Key> -
getIgnoreElementStringKeySet(
) → Set< String> -
getPageConfig(
Widget pageWidget) → AutoTrackPageConfig< Widget> -
isIgnoreElement(
Key? key) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setConfig(
AutoTrackConfig config) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateConfig(
UpdateConfigFunc func) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AutoTrackConfigManager
-
final