showSessionControls property

Stream<Session> get showSessionControls

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

Stream<Session> get showSessionControls;