compress method

Uint8List compress(
  1. String json
)

Implementation

Uint8List compress(String json) {
  return TDBCompressor.compress(json);
}