removeCard<T> method

void removeCard<T>([
  1. AdjustList<T>? then
])

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;