RemoteControlConfig constructor

const RemoteControlConfig({
  1. String? receiverStylesheetUrl,
  2. Map<String, String> customReceiverConfig = const {},
  3. bool isAirPlayEnabled = true,
  4. bool isCastEnabled = true,
  5. bool sendManifestRequestsWithCredentials = false,
  6. bool sendSegmentRequestsWithCredentials = false,
  7. bool sendDrmLicenseRequestsWithCredentials = false,
})

Implementation

const RemoteControlConfig({
  this.receiverStylesheetUrl,
  this.customReceiverConfig = const {},
  this.isAirPlayEnabled = true,
  this.isCastEnabled = true,
  this.sendManifestRequestsWithCredentials = false,
  this.sendSegmentRequestsWithCredentials = false,
  this.sendDrmLicenseRequestsWithCredentials = false,
});