VideoPlayerController constructor

VideoPlayerController({
  1. required String url,
})

Implementation

VideoPlayerController({required this.url});