AndroidUtil class

Constructors

AndroidUtil()

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

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

Operators

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

Static Methods

listAllDevices({required String cmd}) Future<List<AndroidDeviceInfo>>
listAllPackages({String? serialno, required String cmd, bool third = true, bool sort = true}) Future<List<String>>
restartApp({required String package, required String serialno, required String cmd}) Future<ProcessResult>
startApp({required String package, String? serialno, required String cmd}) Future<ProcessResult>
stopApp({required String package, String? serialno, required String cmd}) Future<ProcessResult>