trackAppInstall
The trackAppInstall() 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.trackAppInstall();
Example
To track the installation of your app:
await FlutterPiwikPro.sharedInstance.trackAppInstall();
Updated 6 days ago