writeBytes method

void writeBytes(
  1. Uint8List data
)

Implementation

void writeBytes(Uint8List data) {
  _terminal.write(data);
}