LangLauncher class Null safety
initialize nations package
Constructors
- LangLauncher(LangConfig config)
-
creates new lang launcher with the config
const
Properties
- config → LangConfig
-
initial config
final
- 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-onlyinherited
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 doneoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited