static Future<void> init({required String path}) async { final instance = getInstance(); await instance._loadConfig(path: path); }