Gzip-encodes bytes using dart:io. Audited: 2026-06-12 11:26 EDT
bytes
dart:io
List<int>? gzipEncode(List<int> bytes) => io.gzip.encode(bytes);