connectionState property

  1. @override
GoogleCastConnectState get connectionState
override

readnonatomicassign The current session connection state.

Implementation

@override
GoogleCastConnectState get connectionState =>
    currentSession?.connectionState ?? GoogleCastConnectState.disconnected;