loadSkillFromDir function

Skill loadSkillFromDir(
  1. String skillDirPath
)

Implementation

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