VideoViewPlayerController.file constructor
VideoViewPlayerController.file(
- dynamic file
Named constructor for local filesystem files.
Implementation
VideoViewPlayerController.file(dynamic file)
: _dataSource = 'file://${file.path}',
super(const VideoViewValue());