decodeCBOR method

String decodeCBOR()

Implementation

String decodeCBOR() {
  return cborDecode(_cborPayload);
}