GeneralLibraryPlayerMediaBase constructor

GeneralLibraryPlayerMediaBase(
  1. String resource, {
  2. Map<String, dynamic>? extras,
  3. Map<String, String>? httpHeaders,
})

Implementation

GeneralLibraryPlayerMediaBase(
  this.resource, {
  this.extras,
  this.httpHeaders,
});