onVideoFeedEmpty property
final
The callback is triggered when there are no items in the video feed. 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. onVideoFeedLoadFinished will also be triggered when onVideoFeedEmpty is triggered.
Implementation
final VideoFeedEmptyCallback? onVideoFeedEmpty;