Listening for events
Learn how to listen to the various events that the Cobrowse SDKs exposes to hook in to the lifecycle of a Cobrowse session.
Session Lifecycle Events
CobrowseIO.instance.sessionDidLoad.listen((session) {
log('Session did load: $session');
});Last updated