hideSessionControls property
Listen to this event emitter to remove the controls you showed in CobrowseIO.showSessionControls.
Implementation
@override
Stream<Session> get hideSessionControls =>
_hideSessionControlsController.stream;
Listen to this event emitter to remove the controls you showed in CobrowseIO.showSessionControls.
@override
Stream<Session> get hideSessionControls =>
_hideSessionControlsController.stream;