addAssets method
Add assets to the imageProvider
Implementation
void addAssets(List<AssetEntity> assets) => _state != null ? _state!.addAssets(assets) : null;
Add assets to the imageProvider
void addAssets(List<AssetEntity> assets) => _state != null ? _state!.addAssets(assets) : null;