isKeyedService abstract method
Determines if the specified service type with the specified service key is available from the ServiceProvider.
Implementation
bool isKeyedService(Type serviceType, Object? serviceKey);
Determines if the specified service type with the specified service key is available from the ServiceProvider.
bool isKeyedService(Type serviceType, Object? serviceKey);