closeStdin method

Future<void> closeStdin()

Close stdin.

Implementation

Future<void> closeStdin() => _process.stdin.close();