addItem method
void
addItem(
- dynamic item
Adds an item to the beginning of the stated multi feed
Implementation
void addItem(dynamic item) => _state!.addItem(item);
Adds an item to the beginning of the stated multi feed
void addItem(dynamic item) => _state!.addItem(item);