useMultiChoiceDialog property

bool useMultiChoiceDialog
final

Whether to enable a multi-choice dialog when multiple apps can handle the launch.

If true, and more than one app is found, a dialog will be presented to the user to choose an app. If false or only one app is found, the default app will be launched directly.

Implementation

final bool useMultiChoiceDialog;