Uint8List appendArray(Uint8List array) { _bytes = ByteUtil.combine(arrayFirst: _bytes, arraySecond: array); return _bytes; }