removeFromIndex method
Removes the item at index from the list.
Implementation
void removeFromIndex(int index) {
action("removeFromIndex", data: {"index": index});
}
Removes the item at index from the list.
void removeFromIndex(int index) {
action("removeFromIndex", data: {"index": index});
}