lazyPut<S> abstract method
Lazily registers a dependency using builder.
If isFactory is true, builder runs on each resolution.
If permanent is true, registration survives regular scope resets.
Implementation
void lazyPut<S>(S Function() builder,
{String? tag, bool permanent = false, bool isFactory = false});