onPlaybackReady property

ChangeNotifier onPlaybackReady
final

Emitted when the video loaded successfully and it's ready to play. At this point, videoInfo and playbackInfo are available.

Implementation

final onPlaybackReady = ChangeNotifier();