restoreBytes method

Uint8List restoreBytes()

Decompresses this Uint8List as binary data.

This method should be used on data that was compressed with Uint8List.shrinkBytes or Shrink.bytes.

Returns the original uncompressed Uint8List.

Implementation

Uint8List restoreBytes() => utils.restoreBytes(this);