trackApplicationUpdate
The trackApplicationUpdate() method tracks app updates. The event is sent once per update, the first time a new version of the app is launched.
Syntax
await FlutterPiwikPro.sharedInstance.trackApplicationUpdate();Examples
To track an update of your app:
await FlutterPiwikPro.sharedInstance.trackApplicationUpdate();Related methods
Updated 24 days ago