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