preloadedBundles property

List<WebFBundle>? preloadedBundles
final

Remote resources (HTML, CSS, JavaScript, Images, and other content loadable via WebFBundle) that can be pre-loaded before WebF is mounted in Flutter.

Use this property to reduce loading times when a WebF application attempts to load external resources. Pre-loading can significantly improve startup performance, especially for frequently accessed resources.

Implementation

final List<WebFBundle>? preloadedBundles;