Gzip-decodes bytes using dart:io.
bytes
dart:io
List<int>? gzipDecode(List<int> bytes) => io.gzip.decode(bytes);