currentSession property

  1. @override
GoogleCastSession? get currentSession
override

The current session, if any.

Implementation

@override
GoogleCastSession? get currentSession =>
    _currentSessionStreamController.value;