NiceModuleLoader constructor

NiceModuleLoader({
  1. NiceViewService? viewService,
  2. NiceFeatureFlagManager? featureFlags,
  3. NiceViewCacheStorage? cacheStorage,
})

Implementation

NiceModuleLoader({
  this.viewService,
  this.featureFlags,
  this.cacheStorage,
});