gzipEncode function

List<int>? gzipEncode(
  1. List<int> _
)

Gzip-encodes the given bytes. Returns null on unsupported platforms. Audited: 2026-06-12 11:26 EDT

Implementation

List<int>? gzipEncode(List<int> _) => null;