getAllWithType<T> method

List<T> getAllWithType<T>(
  1. Type type
)

Get a all instance for given class (in primary or secondary type) @param clazz T

@return list of instances of type T

Implementation

List<T> getAllWithType<T>(Type type) => _instanceRegistry.getAllByType(type);