loadSkillsRootPath method

Future<String?> loadSkillsRootPath()

Loads the root directory path for skill ZIP storage.

Implementation

Future<String?> loadSkillsRootPath() async => null;