removeItem abstract method

void removeItem({
  1. I? item,
  2. int? pos,
})

Implementation

void removeItem({I? item, int? pos});