connectionState property
readnonatomicassign The current session connection state.
Implementation
@override
GoogleCastConnectState get connectionState =>
_currentSessionStreamController.value?.connectionState ??
GoogleCastConnectState.disconnected;