Executor class
Properties
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