Future<void> stop({bool force = false}) async { if (!isServerRunning) return; await _server?.close(force: force); }