CdpWebServerReadyWaiter typedef
Waits until the web-server log emits the "is being served at" line. Used to inject a fake (instant-return) in tests so the CDP branch can be exercised without a real flutter process writing to the log.
Implementation
typedef CdpWebServerReadyWaiter = Future<void> Function(File logFile);