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

hashCode int
The hash code for this object.
no setterinherited
isGlobal bool
The isGlobal property is used to define if the provider is global.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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