newScope method

  1. @override
ServiceContainer newScope()
override

Creates a child scope.

See ServiceContainer.newScope for details.

Implementation

@override
ServiceContainer newScope() => Container._(this);