createScope method

ServiceScope createScope()

Creates a new ServiceScope.

Implementation

ServiceScope createScope() {
  return getRequired<ServiceScopeFactory>().createScope();
}