remove method
Mutator to mark a T
value as inactive.
Implementation
void remove(WidgetEvent event) {
if (value.remove(event)) {
notifyListeners();
}
}
Mutator to mark a T
value as inactive.
void remove(WidgetEvent event) {
if (value.remove(event)) {
notifyListeners();
}
}