shrink method
Compresses bytes using zlib compression.
Returns compressed data that can be restored with restoreBytes.
Implementation
Uint8List shrink() => utils.shrinkBytes(this);
Compresses bytes using zlib compression.
Returns compressed data that can be restored with restoreBytes.
Uint8List shrink() => utils.shrinkBytes(this);