portFilePath function
Used to signal to clients on what port the running daemon is listening.
Implementation
String portFilePath(String workingDirectory, {String? daemonSharedPath}) =>
p.join(
daemonWorkspace(workingDirectory, daemonSharedPath: daemonSharedPath),
'.dart_build_daemon_port',
);