decompress method

Future<Uint8List?> decompress(
  1. Uint8List data
)

Implementation

Future<Uint8List?> decompress(Uint8List data) {
  throw UnimplementedError('decompress() has not been implemented.');
}