NiceModuleLoader constructor
- NiceViewService? viewService,
- NiceFeatureFlagManager? featureFlags,
- NiceViewCacheStorage? cacheStorage,
Implementation
NiceModuleLoader({
this.viewService,
this.featureFlags,
this.cacheStorage,
});
NiceModuleLoader({
this.viewService,
this.featureFlags,
this.cacheStorage,
});