YoutubePlayerConfig constructor

YoutubePlayerConfig({
  1. String? youtubeUrl,
  2. String? placeHolderImage,
})

Implementation

YoutubePlayerConfig({
  this.youtubeUrl,
  this.placeHolderImage,
});