Autowired.async constructor
const
Autowired.async({})
Register and call an async dependency.
Implementation
const Autowired.async({
this.as,
this.tag,
this.permanent = false,
this.callDependenciesBefore = false,
}) : _strategy = _AutowiredStrategy.async;