gzipDecode function

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

Gzip-decodes the given bytes. Returns null on unsupported platforms.

Implementation

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