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