PlaylistPlayer constructor

PlaylistPlayer({
  1. String? embedHtml,
})

Implementation

PlaylistPlayer({
  this.embedHtml,
});