ProvideAsync constructor
const
ProvideAsync()
Creates a ProvideAsync annotation.
Implementation
const ProvideAsync() : super(singleton: false, lazy: false, weak: false, async: true);
Creates a ProvideAsync annotation.
const ProvideAsync() : super(singleton: false, lazy: false, weak: false, async: true);