write method

void write(
  1. Uint8List data
)

Write data to the pseudo-terminal.

Implementation

void write(Uint8List data) {
  return;
}