unregisterType method
Removes emblemPattern only from the active races
Implementation
@override
void unregisterType(SvgWrapper emblemPattern) {
_activeSvgWrappers.remove(getType(emblemPattern.name));
}
Removes emblemPattern only from the active races
@override
void unregisterType(SvgWrapper emblemPattern) {
_activeSvgWrappers.remove(getType(emblemPattern.name));
}