writeAll method
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,
],
));