GetAppsChannel class

An implementation of GetAppsPlatform that uses method and event channels.

Inheritance

Constructors

GetAppsChannel()

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method and event channel are used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appActionReceiver() Stream<ActionNotification>
override
deleteApp(String packageName) Future<void>
override
getAppInfo(String packageName, {bool shouldInitialize = false}) Future<AppInfo>
override
getApps({AppType appType = AppType.all, LaunchType launchType = LaunchType.all}) Future<List<AppInfo>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openApp(String packageName) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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