removeItemById method
Removes item by Id from the feed, no animation
Implementation
void removeItemById(String id) => _state != null ? _state!._removeItemById(id) : null;
Removes item by Id from the feed, no animation
void removeItemById(String id) => _state != null ? _state!._removeItemById(id) : null;