IosAppLauncher class

A utility class for handling iOS-specific app launching and multi-choice dialogs.

Constructors

IosAppLauncher()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAvailableApps({required LaunchType type, required Uri uri, List<String>? iOSAppSchemes}) Future<List<AppInfo>>
Checks for the availability of common apps for a given LaunchType on iOS.
showAppChooserDialog(BuildContext context, {required List<AppInfo> apps, String? title, String? message}) Future<AppInfo?>
Shows a multi-choice dialog for iOS to let the user select an app.