LifecycleInit constructor
LifecycleInit(
- DeviceInfo deviceInfo,
- IAuthState authState,
- AnalyticsService analytics,
- RoutingModule? routing,
- AppInfo appInfo,
- UserPreferencesService userPrefs,
- IHelpService? helpService,
Implementation
LifecycleInit(
this.deviceInfo,
this.authState,
this.analytics,
this.routing,
this.appInfo,
this.userPrefs,
this.helpService,
);