Sends a soft interrupt (SIGINT / Ctrl-C) to the named session — graceful nudge-to-stop before stop. Best-effort: completes normally if the session does not exist.
@override Future<void> interrupt(String name) async {}