refresh method

void refresh()

Force refreshes the circle story feed.

Provides a way to force refresh the entire circle story feed. This is helpful when you support features like pull to refresh.

Important: Any calls to this method while the Firework Video Player is presented will be ignored.

Warning: This will replace all the items in the current feed.

Implementation

void refresh() {
  handler.refresh();
}