currentSessionStream property
Stream of current session changes.
Implementation
@override
Stream<GoogleCastSession?> get currentSessionStream =>
_currentSessionStreamController.stream;
Stream of current session changes.
@override
Stream<GoogleCastSession?> get currentSessionStream =>
_currentSessionStreamController.stream;