readBytes abstract method

Future<Uint8List> readBytes(
  1. int offset,
  2. int count
)

Read count bytes starting at offset. Returns fewer bytes if EOF.

Implementation

Future<Uint8List> readBytes(int offset, int count);