OnApplicationReady mixin
The mixin OnApplicationReady is used to define the method onApplicationReady.
The method onApplicationReady is called in the providers after the Application.serve method has been executed.
- Superclass constraints
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onApplicationReady(
) → Future< void> - The onApplicationReady method is called in the providers after the Application.serve method has been executed.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited