decodeRecord method

String decodeRecord(
  1. Uint8List jsonDataBytes
)

Implementation

String decodeRecord(Uint8List jsonDataBytes) =>
    decodeRecordCompress4Json(jsonDataBytes);