write abstract method

void write(
  1. String path,
  2. Uint8List bytes,
  3. int offset
)

Writes a chunk from bytes into the file at path path and offset offset.

Implementation

void write(String path, Uint8List bytes, int offset);