lazyPutAsync<S> abstract method
Lazily registers an asynchronous dependency using builder.
Returns a trigger function that starts resolution when invoked.
If isFactory is true, builder runs on each resolution.
If permanent is true, registration survives regular scope resets.
Implementation
Future<S> Function() lazyPutAsync<S>(Future<S> Function() builder,
{String? tag, bool permanent = false, bool isFactory = false});