Interface defining method called once the application has fully started and
is bootstrapped.
interface OnApplicationBootstrap {
onApplicationBootstrap(): any
}
Methods
onApplicationBootstrap()
|
onApplicationBootstrap(): any
Parameters
There are no parameters.
Returns
any
|