GenericListViewWidget.notifyItemsRemoved

Call these when the watched data changes. It will cause any visible widgets affected by the change to reload and redraw their data.

Note you must also call setItemCount if the total item count has changed.

class GenericListViewWidget
void
notifyItemsRemoved
(
int index
,
int count = 1
)

Meta