menu
betto_zstd
betto_zstd.dart
ZstdSimple
compress method
compress
dark_mode
light_mode
compress
method
Uint8List
compress
(
List
<
int
>
data
)
Throws
UnsupportedError
.
Implementation
Uint8List compress(List<int> data) => throw UnsupportedError(_msg);
betto_zstd
betto_zstd
ZstdSimple
compress method
ZstdSimple class