GoogleCastOptions constructor

GoogleCastOptions({
  1. bool physicalVolumeButtonsWillControlDeviceVolume = true,
  2. bool disableDiscoveryAutostart = false,
  3. bool disableAnalyticsLogging = false,
  4. bool suspendSessionsWhenBackgrounded = true,
  5. bool stopReceiverApplicationWhenEndingSession = false,
  6. bool startDiscoveryAfterFirstTapOnCastButton = true,
})

Implementation

GoogleCastOptions({
  this.physicalVolumeButtonsWillControlDeviceVolume = true,
  this.disableDiscoveryAutostart = false,
  this.disableAnalyticsLogging = false,
  this.suspendSessionsWhenBackgrounded = true,
  this.stopReceiverApplicationWhenEndingSession = false,
  this.startDiscoveryAfterFirstTapOnCastButton = true,
});