LaunchApp class

Constructors

LaunchApp()

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 Properties

platformVersion Future<String?>
Getter for platform version
no setter

Static Methods

isAppInstalled({String? iosUrlScheme, String? androidPackageName}) → dynamic
Function to check if app is installed on device returns boolean
openApp({String? iosUrlScheme, String? androidPackageName, String? appStoreLink, bool? openStore}) Future<int>
Function to launch the external app or redirect to store