LifecycleInit constructor

LifecycleInit(
  1. DeviceInfo deviceInfo,
  2. IAuthState authState,
  3. AnalyticsService analytics,
  4. RoutingModule? routing,
  5. AppInfo appInfo,
  6. UserPreferencesService userPrefs,
  7. IHelpService? helpService,
)

Implementation

LifecycleInit(
  this.deviceInfo,
  this.authState,
  this.analytics,
  this.routing,
  this.appInfo,
  this.userPrefs,
  this.helpService,
);