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