Launcher class abstract
gets called before runApp()
to register or bootstrap other classes
- Implementers
Constructors
- Launcher()
-
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- shouldRunInParallel → bool
-
if
false
the Launcher boot will called after the previous one is done iftrue
will boot in parallel with other Launchers (apps boot faster)read-only
Methods
-
boot(
) → FutureOr< 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited