You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ class _YourClassState extends State<YourClass> {
68
68
```
69
69
Once you've called this method once, you can access `mixpanel` throughout the rest of your application.
70
70
### Tracking
71
-
Once you've initialized the SDK, Mixpanel will <ahref="https://mixpanel.com/help/questions/articles/which-common-mobile-events-can-mixpanel-collect-on-my-behalf-automatically"target="_blank">automatically collect common mobile events</a>. You can enable/disable automatic collection through your <ahref="https://mixpanel.com/help/questions/articles/how-do-i-enable-common-mobile-events-if-i-have-already-implemented-mixpanel"target="_blank">project settings</a>.
71
+
Once you've initialized the SDK, Mixpanel will <ahref="https://mixpanel.com/help/questions/articles/which-common-mobile-events-can-mixpanel-collect-on-my-behalf-automatically"target="_blank">automatically collect common mobile events</a>. You can enable/disable automatic collection through your project settings.
72
72
With the `mixpanel` object created in [the last step](#integration) a call to `track` is all you need to send additional events to Mixpanel.
0 commit comments