Gzip-decodes bytes. Returns null on unsupported platforms.
bytes
null
List<int>? gzipDecode(List<int> bytes) => null;