Uint8List remove(int index, int length) { _bytes = ByteUtil.remove(_bytes, index, length); return _bytes; }