exit method
Exit the session and clean up resources
Implementation
@override
void exit() {
_isActive = false;
_atClient.notificationService.stopAllSubscriptions();
}
Exit the session and clean up resources
@override
void exit() {
_isActive = false;
_atClient.notificationService.stopAllSubscriptions();
}