findAllInstancesOfType<T> static method

List<T> findAllInstancesOfType<T>()

Find all instances of a specific type across all scopes

Implementation

static List<T> findAllInstancesOfType<T>() =>
    ZenSystemStats.findAllInstancesOfType<T>();