writeBytes abstract method

Future<void> writeBytes(
  1. int offset,
  2. Uint8List data
)

Write data at offset. Extends the file if necessary.

Implementation

Future<void> writeBytes(int offset, Uint8List data);