StdoutSession class
defines a stdout session that supports opening a "window" for subprocesses that has a limited height
Constructors
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
-
closeSubprocessOutputWindow(
) → void - closes the subprocess output window
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openSubprocessOutputWindow(
{int height = 10}) → void -
opens a subprocess output window with the given
height
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
List< int> bytes) → Future -
writes the given
bytes
to the console -
writeln(
[String string = ""]) → Future -
writes the given
string
to the console
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited