getAssets method
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;
Retrieves the list of assets currently managed by the asset manager.
Returns a List<Asset> containing all managed assets.
List<Asset> getAssets() => assetManager.includes;