getKeyedServices<T> method
Get an enumeration of services of type T from the ServiceProvider.
Implementation
Iterable<T> getKeyedServices<T>(Object? serviceKey) =>
getKeyedServicesFromType(T, serviceKey) as Iterable<T>;
Get an enumeration of services of type T from the ServiceProvider.
Iterable<T> getKeyedServices<T>(Object? serviceKey) =>
getKeyedServicesFromType(T, serviceKey) as Iterable<T>;