PseudoTerminal class

Properties

exitCode Future<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
out Stream<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

kill([ProcessSignal signal = ProcessSignal.sigterm]) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resize(int width, int height) → void
toString() String
A string representation of this object.
inherited
write(String input) → void

Operators

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

Static Methods

start(String executable, List<String> arguments, {String? workingDirectory, Map<String, String>? environment}) PseudoTerminal