ImpulsePlayerController constructor
ImpulsePlayerController({
- void onReady()?,
- void onPlay()?,
- void onPause()?,
- void onFinish()?,
- void onError(
- String message
Implementation
ImpulsePlayerController({
this.onReady,
this.onPlay,
this.onPause,
this.onFinish,
this.onError,
});