readBytes abstract method

Future<Uint8List> readBytes(
  1. int start,
  2. int end
)

Read the bytes from start to end.

Implementation

Future<Uint8List> readBytes(int start, int end);