pushByte method

void pushByte(
  1. int byte
)

Implementation

void pushByte(int byte) {
  blob.add(byte);
}