PlayerConfig constructor
const
PlayerConfig({})
Implementation
const PlayerConfig({
this.autoPlay = true,
this.loop = false,
this.headers,
this.cachePath,
this.progressInterval = 1,
this.startTime,
this.auth,
this.supportBackground = false,
});