IOSGoogleCastSessions constructor
IOSGoogleCastSessions({
- required GoogleCastDevice? device,
- required String? sessionID,
- required GoogleCastConnectState connectionState,
- required bool currentDeviceMuted,
- required double currentDeviceVolume,
- required String deviceStatusText,
Creates an IOSGoogleCastSessions instance.
All parameters are required and are passed to the superclass constructor.
Implementation
IOSGoogleCastSessions({
required super.device,
required super.sessionID,
required super.connectionState,
required super.currentDeviceMuted,
required super.currentDeviceVolume,
required super.deviceStatusText,
});