static Future<Config> getIniConfig(String assetPath) { return rootBundle.loadString(assetPath).then((value) => Config.fromString(value)); }