RootLauncher class

Inheritance

Constructors

RootLauncher(List<Launcher> launchers)

Properties

hashCode int
The hash code for this object.
no setterinherited
launchers List<Launcher>
final
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 setterinherited

Methods

boot() FutureOr<void>
register anything you want inside the service container boot your classes here the app won't unless all Launchers are done
override
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