FlutterVideoPlayerEventHandler constructor
const
FlutterVideoPlayerEventHandler({
- dynamic onInitialized()?,
- dynamic onVideoProgress()?,
- dynamic onVideoPlayEnd()?,
- dynamic onVideoPlayPaused()?,
- dynamic onVideoInterruptionBegan()?,
- dynamic onVideoInterruptionEnded()?,
- dynamic onVideoPipCloseClicked()?,
- dynamic onVideoPipFullScreenClicked()?,
Implementation
const FlutterVideoPlayerEventHandler(
{this.onInitialized,
this.onVideoProgress,
this.onVideoPlayEnd,
this.onVideoPlayPaused,
this.onVideoInterruptionBegan,
this.onVideoInterruptionEnded,
this.onVideoPipCloseClicked,
this.onVideoPipFullScreenClicked});