VideoViewPlayerController constructor

VideoViewPlayerController(
  1. String dataSource
)

Creates a controller for a given dataSource string URL.

Implementation

VideoViewPlayerController(String dataSource)
    : _dataSource = dataSource,
      super(const VideoViewValue());