removeItem method

void removeItem(
  1. dynamic index
)

Implementation

void removeItem(index) {
  return _deerListViewState.removeItem(index);
}