AppManagement class

Constructors

AppManagement()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream StreamController
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startWhatsappService() Stream
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

killAllApp Future<String?>
no setter
memoryInfo Future<Memory?>
no setter
platformVersion Future<String?>
no setter
updateStream StreamController?
getter/setter pair

Static Methods

getInstalledApps() Future<List<App>?>
getNetworkBandwith() Future<Speed?>
runInstalledApp(String packageName) Future<String?>
updateApp({dynamic onProgress(int start, int total)?, Function? onDownloaded, Function? onInstalled, Function? onFailed}) Future<void>