ShellStdio class abstract
Shell stdio interface, default value for stdout, stderr
- Available extensions
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runZoned<
T> (Future< T> action()) → Future<T> -
Available on ShellStdio, provided by the ShellStdioExt extension
Run in a zone, grouping lines -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited