Dart
dart:io
Process
stdin property
description
stdin property
IOSink
stdin
Returns the standard input stream of the process as an
IOSink
.
Implementation
IOSink
get
stdin;