Decodes the provided LZF-encoded data.
data
Returns a Uint8List containing the uncompressed data.
static Uint8List decode(Uint8List data) => _decoder.decode(data);