Stops the server and releases all bound resources.
Future<void> stop({bool force = false}) async { _isShuttingDown = true; await _server?.close(force: force); }