App class
Properties
Methods
-
initializeContainer(
) → void - Create a container for us if one is not in scope
-
loadConfigIntoContainer(
) → void - Loads and parses the config file, then flattens the config map and ultimately preprends "@config." to the key before adding that config item to the DI container.
-
loadViewsIntoContainer(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited