SNVideoPlayerController.contentUri constructor

SNVideoPlayerController.contentUri(
  1. Uri contentUri, {
  2. Future<ClosedCaptionFile>? closedCaptionFile,
  3. VideoPlayerOptions? videoPlayerOptions,
})

Implementation

SNVideoPlayerController.contentUri(
  super.contentUri, {
  super.closedCaptionFile,
  super.videoPlayerOptions,
}) : super.contentUri();