bytesTo<R> method
Calls the function output
with the internal bytes of this instance.
Implementation
R bytesTo<R>(R Function(Uint8List bytes, int offset, int length) output,
[int offset = 0, int? length]) =>
bytesIO.bytesTo(output, offset, length);