ApkController class
This class controls the behaviors of apps as implemented by the plugin.
Constructors
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
-
launchApp(
String packageName, {bool forceAppStore = false}) → Future< String?> - This method launches an app by its packageName on device and if it's not installed it will launch them on play store or the browser depending on if google play store is installed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uninstallApp(
String packageName) → Future< void> - This method prompts a dialog to the user that asks for his confirmation to uninstall the specified app.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited