Loads an asset file from the given path.
path
static Future<String> loadAsset(String path) async { return await rootBundle.loadString(path); }