ProcessRunner class

ProcessRunner

Constructors

ProcessRunner(SimpleProcessOptions simpleProcessOptions)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simpleProcessOptions SimpleProcessOptions
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runAsyncProcess(String exec, {List<String>? args = const <String>[], bool? showOutput, HandlerFunction? handlerFn, bool? skipOnError}) Future<SimpleProcessResult>
runAsyncProcess
runProcess<T>(String exec, {List<String>? args, bool? showOutput, HandlerFunction? handlerFn, bool? skipOnError}) → dynamic
runProcess
runSyncProcess(String exec, {List<String>? args = const <String>[], bool? showOutput, HandlerFunction? handlerFn, bool? skipOnError}) SimpleProcessResult
runSyncProcess
toString() String
A string representation of this object.
inherited

Operators

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