GoogleCastSession constructor
GoogleCastSession({
- required GoogleCastDevice? device,
- required String? sessionID,
- required GoogleCastConnectState connectionState,
- required bool currentDeviceMuted,
- required double currentDeviceVolume,
- required String deviceStatusText,
Creates a new GoogleCastSession.
Implementation
GoogleCastSession({
required this.device,
required this.sessionID,
required this.connectionState,
required this.currentDeviceMuted,
required this.currentDeviceVolume,
required this.deviceStatusText,
});