systemDartExecutable function
Implementation
String? systemDartExecutable() =>
// /opt/homebrew/bin/dart
dcli
.start('which dart', progress: Progress.capture(), nothrow: true)
.firstLine;
String? systemDartExecutable() =>
// /opt/homebrew/bin/dart
dcli
.start('which dart', progress: Progress.capture(), nothrow: true)
.firstLine;