canRun method
- @override
override
Returns true
if the executable
exists and if it can be executed.
Implementation
@override
bool canRun(covariant Object executable, {String workingDirectory}) =>
getExecutablePath(executable, workingDirectory) != null;