Decompress the given data. On JS platforms, this does nothing, as it requires converters from 'dart:io'.
data
Uint8List decompressData(Uint8List data) => decompress(this, data);