newScope method
Creates a child scope.
See ServiceContainer.newScope for details.
Implementation
@override
ServiceContainer newScope() => Container._(this);
Creates a child scope.
See ServiceContainer.newScope for details.
@override
ServiceContainer newScope() => Container._(this);