cancel method

void cancel()

Implementation

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