addAssets method

AssetManager addAssets(
  1. List<Asset> assets
)

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);