HaloVideoPlayerDataSource constructor

const HaloVideoPlayerDataSource({
  1. required String source,
  2. bool isNetwork = false,
  3. bool isAsset = false,
  4. Map<String, String>? httpHeaders,
})

Implementation

const HaloVideoPlayerDataSource({
  required this.source,
  this.isNetwork = false,
  this.isAsset = false,
  this.httpHeaders,
});