delete method

void delete(
  1. int index
)

deletes the item at offset index

Implementation

void delete(int index) => _delete.add(index);