versionFilePath function

String versionFilePath(
  1. 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');