VideoPlayerSource.file constructor

VideoPlayerSource.file(
  1. File? file
)

Implementation

VideoPlayerSource.file(this.file)
    : url = null,
      assetPath = null;