remove method
- IFactory factory
Removes a factory from the list of embedded factories.
factory
the factory to remove.
Implementation
void remove(IFactory factory) {
_factories.remove(factory);
}
Removes a factory from the list of embedded factories.
factory
the factory to remove.void remove(IFactory factory) {
_factories.remove(factory);
}