canRun method Null safety
- dynamic executable,
- {String? workingDirectory}
Returns true
if the executable
exists and if it can be executed.
Implementation
bool canRun(dynamic executable, {String? workingDirectory});
Returns true
if the executable
exists and if it can be executed.
bool canRun(dynamic executable, {String? workingDirectory});