Source
static Future<TextureAtlas> load(String url, [ TextureAtlasFormat textureAtlasFormat = TextureAtlasFormat.JSONARRAY, BitmapDataLoadOptions bitmapDataLoadOptions = null]) => textureAtlasFormat.load(new _TextureAtlasLoaderFile( url, bitmapDataLoadOptions));