Gzip-encodes bytes using dart:io.
bytes
dart:io
List<int>? gzipEncode(List<int> bytes) => io.gzip.encode(bytes);