onAdd abstract method

void onAdd(
  1. int index,
  2. T? item
)

Implementation

void onAdd(int index, T? item);