onTrackLaunch property
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;
A callback function that is called when a launch is successfully tracked by analytics.
Provides the LaunchType and the URI that was launched.
final void Function(LaunchType type, Uri uri)? onTrackLaunch;