versionFilePath function Null safety
- String workingDirectory
Used to signal to clients the current version of the build daemon.
Implementation
String versionFilePath(String workingDirectory) =>
p.join(daemonWorkspace(workingDirectory), '.dart_build_daemon_version');