delete method
dynamic
delete(
- dynamic index
Implementation
delete(index) {
_imageList.removeAt(index);
notifyListeners();
}
delete(index) {
_imageList.removeAt(index);
notifyListeners();
}