read abstract method

Future<Uint8List> read(
  1. int length
)

Read data from the serial port

Implementation

Future<Uint8List> read(int length);