video_player
dart:io
Process
property stderr
stderr
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
>>
stderr
Returns the standard error stream of the process as a
Stream
.
Source
Stream<List<int>> get stderr;
property stderr