castSessionController property

StreamController<CastSession?> castSessionController
getter/setter pair

Implementation

late StreamController<CastSession?> castSessionController;