read abstract method

Future<Uint8List> read(
  1. int bytes, {
  2. int? timeout,
})

Implementation

Future<Uint8List> read(int bytes, {int? timeout});