cancel method
void
cancel()
Implementation
void cancel() {
_cancelInternal();
onSessionError?.call('🛑 Session manually cancelled.');
}
void cancel() {
_cancelInternal();
onSessionError?.call('🛑 Session manually cancelled.');
}