Uint8List insertArray(int index, Uint8List array) { _bytes = ByteUtil.insert(_bytes, index, array); return _bytes; }