AppsUtilsPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AppsUtilsPlatform
- Implementers
Constructors
- AppsUtilsPlatform()
- Constructs a DeviceUtilsPlatform.
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
-
getInstalledApps(
{String appType = 'all', bool includeIcons = false}) → Future< List< Map< >String, dynamic> > - Get all installed apps.
-
getPlatformVersion(
) → Future< String?> -
launchApp(
String packageName) → Future< void> - Launch an app with a given package name.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openAppSettings(
String packageName) → Future< void> - Open the settings for an app with a given package name.
-
openSystemApp(
String appName) → Future< void> - Open a specific system application.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AppsUtilsPlatform
-
The default instance of AppsUtilsPlatform to use.
getter/setter pair