encodeRecord method

Uint8List encodeRecord(
  1. String jsonData
)

Implementation

Uint8List encodeRecord(String jsonData) =>
    encodeRecordCompress4Json(jsonData);