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