onLaunchAttempt property
A callback function that is called before a launch attempt is made.
Provides the LaunchType and the URI that is about to be launched.
Implementation
final void Function(LaunchType type, Uri uri)? onLaunchAttempt;
A callback function that is called before a launch attempt is made.
Provides the LaunchType and the URI that is about to be launched.
final void Function(LaunchType type, Uri uri)? onLaunchAttempt;