write abstract method

void write(
  1. List<int> bytes
)

Writes raw output bytes to the terminal.

Implementation

void write(List<int> bytes);