putLazy method
Register a lazy factory
Implementation
void putLazy(T Function() factory, {bool isPermanent = false}) {
_targetScope.putLazy<T>(factory, tag: tag, isPermanent: isPermanent);
}
Register a lazy factory
void putLazy(T Function() factory, {bool isPermanent = false}) {
_targetScope.putLazy<T>(factory, tag: tag, isPermanent: isPermanent);
}