In the LVGL 9.4 version, is the flush_cb function in lv_disp_drv_t no longer being called?

In the LVGL 9.4 version, is the flush_cb function in lv_disp_drv_t no longer being called?

The flush callback signature changed to void flush_cb(lv_display_t * display, const lv_area_t * area, uint8_t * px_map); in LVGL v9

What do you mean by it is no longer being called?