Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -21,6 +21,8 @@ class Track { | @@ -21,6 +21,8 @@ class Track { | ||
| 21 | return params; | 21 | return params; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | + String? get deviceId => AutoTrackConfigManager.instance.deviceId; | ||
| 25 | + | ||
| 24 | void pageView(PageInfo pageInfo) { | 26 | void pageView(PageInfo pageInfo) { |
| 25 | if (!AutoTrackConfigManager.instance.autoTrackEnable) { | 27 | if (!AutoTrackConfigManager.instance.autoTrackEnable) { |
| 26 | return; | 28 | return; |
-
Please register or login to post a comment