LifecycleInit class

These are the variables loaded before we attempt to start the flutter runtime.

Constructors

LifecycleInit(DeviceInfo deviceInfo, IAuthState authState, AnalyticsService analytics, RoutingModule? routing, AppInfo appInfo, UserPreferencesService userPrefs, IHelpService? helpService)

Properties

analytics AnalyticsService
final
appInfo AppInfo
Your app's info, version, etc
final
authState IAuthState
final
deviceInfo DeviceInfo
final
hashCode int
The hash code for this object.
no setterinherited
helpService IHelpService?
final
initFbUser → User?
The currently authenticated firebase user
no setter
initProfile UserDetails?
The currently authenticated user details (from your system)
no setter
routing RoutingModule?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userPrefs UserPreferencesService
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited