addAssets method
Adds multiple assets to the manager.
The assets
parameter is a list of Asset instances to be added.
Implementation
AssetManager addAssets(List<Asset> assets) {
includes.addAll(assets);
return this;
}
Adds multiple assets to the manager.
The assets
parameter is a list of Asset instances to be added.
AssetManager addAssets(List<Asset> assets) {
includes.addAll(assets);
return this;
}