getBytes property
Flush and re-allocate new bytes, while saving the old bytes and returning them.
Implementation
Uint8List get getBytes {
flush(ByteWriter.megaByte);
var bytes = bytesBuilder.toBytes();
allocate();
return bytes;
}
Flush and re-allocate new bytes, while saving the old bytes and returning them.
Uint8List get getBytes {
flush(ByteWriter.megaByte);
var bytes = bytesBuilder.toBytes();
allocate();
return bytes;
}