base64/gzip_codec_stub library

Functions

gzipDecode(List<int> bytes) List<int>?
Gzip-decodes bytes. Returns null on unsupported platforms.
gzipEncode(List<int> bytes) List<int>?
Stub gzip implementation for platforms without dart:io (e.g., web).