currentSessionStream property

  1. @override
Stream<GoogleCastSession?> get currentSessionStream
override

Stream of current session changes.

Implementation

@override
Stream<GoogleCastSession?> get currentSessionStream =>
    _currentSessionStreamController.stream;