PseudoTerminal class abstract

Constructors

PseudoTerminal({int row = 25, int column = 80, String? executable, String workingDirectory = '.', List<String> arguments = const [], Map<String, String> environment = const <String, String>{'TERM' : 'xterm-256color'}, bool? useIsolate})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
out Stream<String>?
getter/setter pair
pseudoTerminalId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
getTtyPath() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() Uint8List?
readSync() Uint8List?
resize(int row, int column) → void
schedulingRead() → void
startPolling() → void
toString() String
A string representation of this object.
inherited
write(String data) → void

Operators

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