delete method

dynamic delete(
  1. dynamic index
)

Implementation

delete(index) {
  _imageList.removeAt(index);
  notifyListeners();
}