exit method
Exit the session and clean up resources
Implementation
@override
void exit() {
_isActive = false;
_waitingForAction = false;
_selectedNotificationIndex = -1;
}
Exit the session and clean up resources
@override
void exit() {
_isActive = false;
_waitingForAction = false;
_selectedNotificationIndex = -1;
}