readSkillProperties function
Implementation
Frontmatter readSkillProperties(String skillDirPath) {
throw UnsupportedError(
'readSkillProperties is not supported on this platform. '
'Use inline Skill definitions instead.',
);
}
Frontmatter readSkillProperties(String skillDirPath) {
throw UnsupportedError(
'readSkillProperties is not supported on this platform. '
'Use inline Skill definitions instead.',
);
}