writeAll method

Future<void> writeAll(
  1. Writer w,
  2. Uint8List arr
)

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

Implementation

_i2.Future<void> writeAll(
  _i4.Writer w,
  _i9.Uint8List arr,
) =>
    _i3.promiseToFuture(_i3.callMethod(
      this,
      'writeAll',
      [
        w,
        arr,
      ],
    ));