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