void deleteStateData(int index, Map<String, dynamic> item, dynamic response) { setState(() { data.removeAt(index); }); }