compress method

Uint8List compress(
  1. List<int> data
)

Throws UnsupportedError.

Implementation

Uint8List compress(List<int> data) => throw UnsupportedError(_msg);