AutoTrack class

Constructors

AutoTrack({AutoTrackConfig? config})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

config(AutoTrackConfig? config) AutoTrack
disable() AutoTrack
disableClick() AutoTrack
disableDrag() AutoTrack
disableIgnoreNullKey() AutoTrack
disablePageLeave() AutoTrack
disablePageView() AutoTrack
disableUpload() AutoTrack
enable() AutoTrack
enableClick() AutoTrack
enableDrag() AutoTrack
enableIgnoreNullKey() AutoTrack
enableLog() AutoTrack
enablePageLeave() AutoTrack
enablePageView() AutoTrack
enableUpload() AutoTrack
ignoreElementKeys(List<Key>? ignoreElementKeys) AutoTrack
ignoreElementStringKeys(List<String>? ignoreElementStringKeys) AutoTrack
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageConfigs(List<AutoTrackPageConfig<Widget>>? pageConfigs) AutoTrack
toString() String
A string representation of this object.
inherited
updateUserId(String id) → void

Operators

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