getAllAssets method

  1. @override
List<Asset> getAllAssets()
override

Returns all assets available in the reflection context.

Assets typically include non-code resources like images, configuration files, or other bundled files that are part of the application.

Returns a list of Asset objects containing metadata about each asset.

Implementation

@override
List<Asset> getAllAssets() => _assets;