write abstract method

void write(
  1. Uint8List data
)

Send bytes to the child process (stdin).

Implementation

void write(Uint8List data);