state property Null safety

ValueListenable<SessionState> state

Listenable session state of the cast device

Implementation

ValueListenable<SessionState> get state => _stateNotifier;