getAssets method

List<Asset> getAssets()

Retrieves the list of assets currently managed by the asset manager.

Returns a List<Asset> containing all managed assets.

Implementation

List<Asset> getAssets() => assetManager.includes;