writeAllSync method

void writeAllSync(
  1. WriterSync w,
  2. Uint8List arr
)

Synchronously write all the content of the array buffer (arr) to the writer (w).

Implementation

void writeAllSync(
  _i4.WriterSync w,
  _i9.Uint8List arr,
) {
  _i3.callMethod(
    this,
    'writeAllSync',
    [
      w,
      arr,
    ],
  );
}