PlayerStream constructor
const
PlayerStream()
PlayerStream
Event Streams for subscribing to Player
events.
Implementation
const PlayerStream(
this.playing,
this.position,
this.width,
this.height,
this.subtitle,
this.buffering,
this.buffer,
this.duration,
// this.playlist,
this.volume,
this.rate,
this.completed,
);