readSkillProperties function

Frontmatter readSkillProperties(
  1. String skillDirPath
)

Throws because skill-property file loading is unsupported on Web.

Implementation

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