onCircleStoryEmpty property

CircleStoryEmptyCallback? onCircleStoryEmpty
final

The callback is triggered when there are no items in the circle story. The callback is triggered in the following cases:

  1. Loading successfully but the back end returns an empty list.
  2. The load failed and list is empty. onCircleStoryLoadFinished will also be triggered when onCircleStoryEmpty is triggered.

Implementation

final CircleStoryEmptyCallback? onCircleStoryEmpty;