addAssets method
Adds a list of assets to the asset manager.
assets
- The list of assets to be added.
Returns the AssetManager instance after adding the assets.
Implementation
AssetManager addAssets(List<Asset> assets) => assetManager.addAssets(assets);