refreshFeed method
void
refreshFeed()
Refreshes the feed replacing the page token
Implementation
void refreshFeed() => _state != null ? _state!.tower.dispatch(refresh<T>()) : null;
Refreshes the feed replacing the page token
void refreshFeed() => _state != null ? _state!.tower.dispatch(refresh<T>()) : null;