DecompressData abstract method

Uint8List DecompressData(
  1. Uint8List compData
)

Decompress data (DEFLATE algorithm)

Implementation

Uint8List DecompressData(
  Uint8List compData,
);