unregisterType method

  1. @override
void unregisterType(
  1. SvgWrapper emblemIcon
)
override

Removes emblemIcon only from the active races

Implementation

@override
void unregisterType(SvgWrapper emblemIcon) {
  _activeSvgWrappers.remove(getType(emblemIcon.name));
}