connectionState property

  1. @override
GoogleCastConnectState get connectionState
override

readnonatomicassign The current session connection state.

Implementation

@override
GoogleCastConnectState get connectionState =>
    _currentSessionStreamController.value?.connectionState ??
    GoogleCastConnectState.disconnected;