Retrieve a string from the asset bundle.
Future<String> loadAssetString(String path) async { return await rootBundle.loadString(path); }