MethodChannelDeviceInstalledApps class

Inheritance

Properties

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

Methods

getAppInfo(String bundleId) Future<AppInfo>
override
getApps(String bundleIdPrefix, bool includeSystemApps, bool includeIcon, List<String> permissions, bool shouldHasAllPermissions) Future<List<AppInfo>>
override
getAppsBundleIds(String bundleIdPrefix, bool includeSystemApps, List<String> permissions, bool shouldHasAllPermissions) Future<List<String>>
override
getSystemApps(String bundleIdPrefix, bool includeIcon, List<String> permissions, bool shouldHasAllPermissions) Future<List<AppInfo>>
override
isSystemApp(String bundleId) Future<bool?>
override
launchApp(String bundleId) Future<bool?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAppSetting(String bundleId) → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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