addItem method
void
addItem(
- dynamic item
Appends item to the end of the list.
Implementation
void addItem(dynamic item) {
action("addItem", data: {"item": item});
}
Appends item to the end of the list.
void addItem(dynamic item) {
action("addItem", data: {"item": item});
}