removeAt method
Removes the element at index.
Implementation
void removeAt(int index) {
_items.value.removeAt(index);
_makeActionOnDataChanging();
}
Removes the element at index.
void removeAt(int index) {
_items.value.removeAt(index);
_makeActionOnDataChanging();
}