onItemsAdded abstract method

FutureOr<void> onItemsAdded(
  1. List<T> items,
  2. int slotCount
)

onItemsAdded will call when DashboardItemController.add or addAll called. Function called with up-to-date layout data.

Implementation

FutureOr<void> onItemsAdded(List<T> items, int slotCount);