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