EatshotsVideoPlayerController.file constructor

EatshotsVideoPlayerController.file(
  1. dynamic file
)

Implementation

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