currentSession property
The current session, if any.
Implementation
@override
GoogleCastSession? get currentSession =>
_currentSessionStreamController.value;
The current session, if any.
@override
GoogleCastSession? get currentSession =>
_currentSessionStreamController.value;