addAssets method

void addAssets(
  1. List<AssetEntity> assets
)

Add assets to the imageProvider

Implementation

void addAssets(List<AssetEntity> assets) => _state != null ? _state!.addAssets(assets) : null;