PrefsLauncher class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
shouldRunInParallel
→ bool
-
if
false
the Launcher boot will called after the previous one is done
if true
will boot in parallel with other Launchers (apps boot faster)
no setter
Methods
-
boot()
→ Future<void>
-
register anything you want inside the service container
boot your classes here the app won't unless all
Launcher
s are done
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited