readSkillProperties function

Frontmatter readSkillProperties(
  1. String skillDirPath
)

Implementation

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