static Future<String> loadAsset({ required String path, }) async { return rootBundle.loadString(path); }