video_player
dart:io
Process
property stdout
stdout
class Process
Constructors
Process
Properties
exitCode
pid
stderr
stdin
stdout
hashCode
runtimeType
Methods
kill
noSuchMethod
toString
Operators
operator ==
Static methods
killPid
run
runSync
start
Stream
<
List
<
int
>>
stdout
Returns the standard output stream of the process as a
Stream
.
Source
Stream<List<int>> get stdout;
property stdout