Start the local HTTP file server
Future<void> startServer({ required String rootDir, int port = 8080, }) { throw UnimplementedError('startServer() has not been implemented.'); }