Singleton.async constructor
Creates an asynchronous singleton provider.
Equivalent to applying SingletonAsync directly.
Implementation
const factory Singleton.async({bool lazy, bool weak}) = SingletonAsync;
Creates an asynchronous singleton provider.
Equivalent to applying SingletonAsync directly.
const factory Singleton.async({bool lazy, bool weak}) = SingletonAsync;