CompressionFunctionExtension extension

on

Methods

compressData(Uint8List data) List<int>
Compress the given data. On JS platforms, this does nothing, as it requires converters from 'dart:io'.
decompressData(Uint8List data) Uint8List
Decompress the given data. On JS platforms, this does nothing, as it requires converters from 'dart:io'.