MiniProgramCacheBundle constructor
const
MiniProgramCacheBundle({
- required ManifestCache manifestCache,
- required ScreenCache screenCache,
- required AssetCache assetCache,
- required MiniProgramCacheManager runtimeCache,
Implementation
const MiniProgramCacheBundle({
required this.manifestCache,
required this.screenCache,
required this.assetCache,
required this.runtimeCache,
});