trackApplicationInstall
The trackApplicationInstall() method records app installations. The event is sent the first time the app is launched, once per installation. If a user installs your app but doesn't run it, the event is not sent.
Syntax
await FlutterPiwikPro.sharedInstance.trackApplicationInstall();Examples
To track the installation of your app:
await FlutterPiwikPro.sharedInstance.trackApplicationInstall();Related methods
Updated 6 days ago