createScope method
Creates a new scope (child container) that inherits descriptors.
Implementation
Container createScope() {
return Container(parent: this);
}
Creates a new scope (child container) that inherits descriptors.
Container createScope() {
return Container(parent: this);
}