showSessionControls property

  1. @override
Stream<Session> get showSessionControls
override

Listen to this event emitter to override the default session indicator. This method may be called several times as the session progresses through its lifecycle, so you may need to adjust your UI accordingly. See the available sesssion methods to inspect session state. Note you should also listen to CobrowseIO.hideSessionControls if you are implementing this feature.

Implementation

@override
Stream<Session> get showSessionControls =>
    _showSessionControlsController.stream;