OnNotifyCallback typedef

OnNotifyCallback = FutureOr<void> Function(VideoData prevVideo, int prevIndex, int currentIndex)

Implementation

typedef OnNotifyCallback = FutureOr<void> Function(
  VideoData prevVideo,
  int prevIndex,
  int currentIndex,
);