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