removeItem method

void removeItem(
  1. Engagement item
)

Implementation

void removeItem(Engagement item) {
  notifyListeners();
}