all method

List<MvvmInstance> all(
  1. String scope
)

Returns all instances in given scope

scope - string scope value

Implementation

List<MvvmInstance> all(String scope) => container.all(scope);