base64/gzip_codec_stub library

Functions

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