Uint8List append(int value) { _bytes = ByteUtil.combine(arrayFirst: _bytes, arraySecond: _toArray(value)); return _bytes; }