Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
auto_track_plugin
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Dubhe
2024-09-15 22:27:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1dffc27804f4a96334a88914b5d509fa7bd4ec6e
1dffc278
1 parent
3c590327
feat: add device id to get
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lib/auto_track/track/track.dart
lib/auto_track/track/track.dart
View file @
1dffc27
...
...
@@ -21,6 +21,8 @@ class Track {
return
params
;
}
String
?
get
deviceId
=>
AutoTrackConfigManager
.
instance
.
deviceId
;
void
pageView
(
PageInfo
pageInfo
)
{
if
(!
AutoTrackConfigManager
.
instance
.
autoTrackEnable
)
{
return
;
...
...
Please
register
or
login
to post a comment