shrink method

Uint8List shrink()

Compresses bytes using zlib compression.

Returns compressed data that can be restored with restoreBytes.

Implementation

Uint8List shrink() => utils.shrinkBytes(this);