write method

void write(
  1. String data
)

Write to stdin.

Implementation

void write(String data) => _process.stdin.write(data);