InputOutput class

Constructors

InputOutput.new(InputOutputWrapper _io)
const

Properties

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

Methods

call(String cmd) Future<int>
checkUid() Future<bool>
clear() → void
codeout(String cmd) Future<List<String>>
coderes(String cmd) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
success(String cmd) Future<bool>
syncCall(String cmd) ProcessResult
sys(String cmd) Future<String>
syssplit(String cmd) Future<List<String>>
syswline(String cmd) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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