embeddedAssets top-level property

Map<String, List<int>> get embeddedAssets

Path → file bytes for every asset in the SPA build. The keys are forward-slash paths relative to dashboard/dist/ (e.g. index.html, assets/index-abc123.js).

Implementation

Map<String, List<int>> get embeddedAssets => gen.embeddedAssets;