updateItemAtIndex method
Replaces the item at index with item.
Implementation
void updateItemAtIndex(int index, dynamic item) {
action("updateItemAtIndex", data: {"index": index, "item": item});
}
Replaces the item at index with item.
void updateItemAtIndex(int index, dynamic item) {
action("updateItemAtIndex", data: {"index": index, "item": item});
}