Future<String> loadFileAsset(String path) async { WidgetsFlutterBinding.ensureInitialized(); return await rootBundle.loadString(path); }