onCircleStoryEmpty property
final
The callback is triggered when there are no items in the circle story. The callback is triggered in the following cases:
- Loading successfully but the back end returns an empty list.
- The load failed and list is empty. onCircleStoryLoadFinished will also be triggered when onCircleStoryEmpty is triggered.
Implementation
final CircleStoryEmptyCallback? onCircleStoryEmpty;