onTrackLaunch property

void Function(LaunchType type, Uri uri)? onTrackLaunch
final

A callback function that is called when a launch is successfully tracked by analytics.

Provides the LaunchType and the URI that was launched.

Implementation

final void Function(LaunchType type, Uri uri)? onTrackLaunch;