removeItem method

void removeItem(
  1. T item
)

Implementation

void removeItem(T item) => removeItemByKey(itemKey(item));