deferred

abstract fun deferred(block: () -> Unit)

Register a deferred block which runs after all other plugin init tasks.