loadConfig static method

Future<Config?> loadConfig()

Implementation

static Future<Config?> loadConfig() async {
  return await ConfigManager.loadConfFromPath(file: 'changelog.json');
}