MiniProgramCacheBundle constructor

const MiniProgramCacheBundle({
  1. required ManifestCache manifestCache,
  2. required ScreenCache screenCache,
  3. required AssetCache assetCache,
  4. required MiniProgramCacheManager runtimeCache,
})

Implementation

const MiniProgramCacheBundle({
  required this.manifestCache,
  required this.screenCache,
  required this.assetCache,
  required this.runtimeCache,
});