connectionState property
readnonatomicassign The current session connection state.
Implementation
@override
GoogleCastConnectState get connectionState =>
currentSession?.connectionState ??
GoogleCastConnectState.ConnectionStateDisconnected;
readnonatomicassign The current session connection state.
@override
GoogleCastConnectState get connectionState =>
currentSession?.connectionState ??
GoogleCastConnectState.ConnectionStateDisconnected;