videoFile property

VideoFile? videoFile

Returns the video file loaded in the player. The info attribute is loaded when the player reaches the prepared state.

Implementation

VideoFile? get videoFile => _videoFile;