removeCard<T> method
Removes an item from the feed, animates the item out of the feed by default
Implementation
void removeCard<T>([AdjustList<T>? then]) => _state != null ? _state!._removeCard<T>(then) : null;
Removes an item from the feed, animates the item out of the feed by default
void removeCard<T>([AdjustList<T>? then]) => _state != null ? _state!._removeCard<T>(then) : null;