VideoViewPlayerController.file constructor

VideoViewPlayerController.file(
  1. dynamic file
)

Implementation

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