trackApplicationInstall

The trackApplicationInstall() method tracks app installations. The event is sent once per installation, the first time the app is launched.

When a user installs your app but doesn't open it, the event isn't sent.

Syntax

await FlutterPiwikPro.sharedInstance.trackApplicationInstall();

Examples

To track the installation of your app:

await FlutterPiwikPro.sharedInstance.trackApplicationInstall();

Related methods