read abstract method

Uint8List read(
  1. int count
)

Reads the given number of bytes from the port.

Implementation

Uint8List read(int count);