find<InstanceType> method
Tries to find object in scope
scope
- string scope value
Implementation
InstanceType? find<InstanceType>(String scope) {
return container.find<InstanceType>(scope);
}
Tries to find object in scope
scope
- string scope value
InstanceType? find<InstanceType>(String scope) {
return container.find<InstanceType>(scope);
}