write abstract method

void write(
  1. Uint8List bytes
)

Writes data to the port.

Implementation

void write(Uint8List bytes);