packUint8 method

void packUint8(
  1. int num
)

Implementation

void packUint8(int num) {
  _bufferBuilder.append(num);
}