Scrapes the VM Service URI from a log file. Used to inject a fake in tests.
typedef CdpVmServiceScraper = Future<String> Function(File logFile);