remove method
Removes the service factory producing the given kind of service, if any.
Implementation
void remove(Type serviceType) => serviceFactories.remove(serviceType);
Removes the service factory producing the given kind of service, if any.
void remove(Type serviceType) => serviceFactories.remove(serviceType);