validateSkillDir function
Reports unsupported validation mode on Web.
Implementation
List<String> validateSkillDir(String skillDirPath) {
return <String>[
'validateSkillDir is not supported on this platform. '
'Use inline Skill definitions instead.',
];
}