LangLauncher class

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.
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 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
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