HaloVideoPlayerDataSource.file constructor
HaloVideoPlayerDataSource.file(
- String path
Implementation
factory HaloVideoPlayerDataSource.file(String path) {
return HaloVideoPlayerDataSource(source: path);
}