all method
Returns all instances in given scope
scope
- string scope value
Implementation
List<MvvmInstance> all(String scope) => container.all(scope);
Returns all instances in given scope
scope
- string scope value
List<MvvmInstance> all(String scope) => container.all(scope);