base64/gzip_codec_stub library

Stub gzip implementation for platforms without dart:io (e.g., web).

Returns null since gzip is unavailable on these platforms.

Functions

gzipDecode(List<int> _) List<int>?
Gzip-decodes the given bytes. Returns null on unsupported platforms. Audited: 2026-06-12 11:26 EDT
gzipEncode(List<int> _) List<int>?
Gzip-encodes the given bytes. Returns null on unsupported platforms. Audited: 2026-06-12 11:26 EDT