bytesTo<R> abstract 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,
]);
Calls the function output with the internal bytes of this instance.
R bytesTo<R>(
R Function(Uint8List bytes, int offset, int length) output, [
int offset = 0,
int? length,
]);