decodeValue method

V decodeValue(
  1. Uint8List buffer
)

Implementation

V decodeValue(Uint8List buffer) {
  return valueCodec.decode(ByteInput(buffer));
}