GoogleCastOptions constructor
GoogleCastOptions({
- bool physicalVolumeButtonsWillControlDeviceVolume = true,
- bool disableDiscoveryAutostart = false,
- bool disableAnalyticsLogging = false,
- bool suspendSessionsWhenBackgrounded = true,
- bool stopReceiverApplicationWhenEndingSession = false,
- bool startDiscoveryAfterFirstTapOnCastButton = true,
- bool stopCastingOnAppTerminated = false,
Creates a new GoogleCastOptions instance.
Implementation
GoogleCastOptions({
this.physicalVolumeButtonsWillControlDeviceVolume = true,
this.disableDiscoveryAutostart = false,
this.disableAnalyticsLogging = false,
this.suspendSessionsWhenBackgrounded = true,
this.stopReceiverApplicationWhenEndingSession = false,
this.startDiscoveryAfterFirstTapOnCastButton = true,
this.stopCastingOnAppTerminated = false,
});