write abstract method

Future<void> write(
  1. Uint8List data
)

Write data to the serial port

Implementation

Future<void> write(Uint8List data);