PodPlayerController constructor

PodPlayerController({
  1. required PlayVideoFrom playVideoFrom,
  2. PodPlayerConfig podPlayerConfig = const PodPlayerConfig(),
})

controller for pod player

Implementation

PodPlayerController({
  required this.playVideoFrom,
  this.podPlayerConfig = const PodPlayerConfig(),
}) {
  _init();
}