Executor class

Constructors

Executor({required String? adbPath})

Properties

adbPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(List<String> arguments, {bool runInShell = true, bool checkIfRunning = true, Duration? timeout, bool debug = false}) Future<ProcessResult>
init() Future<void>
isRooted(List<String> arguments, {bool debug = false}) Future<bool>
killServer({bool debug = false}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
root(List<String> arguments, {bool debug = false}) Future<void>
start(List<String> arguments, {bool runInShell = true}) Future<Process>
startServer({bool debug = false}) Future<void>
toString() String
A string representation of this object.
inherited
unroot(List<String> arguments, {bool debug = false}) Future<void>

Operators

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