read abstract method

int read(
  1. String path,
  2. Uint8List target,
  3. int offset
)

Reads a chunk of the file at path and offset offset into the target buffer.

Returns the amount of bytes read.

Implementation

int read(String path, Uint8List target, int offset);