optionsFilePath function

String optionsFilePath(
  1. String workingDirectory
)

Used to signal to clients the current set of options of the build daemon.

Implementation

String optionsFilePath(String workingDirectory) =>
    p.join(daemonWorkspace(workingDirectory), '.dart_build_daemon_options');