registerType method
Adds emblemIcon to the list of all emblemIcon types and active emblemIcon types
Implementation
@override
void registerType(SvgWrapper emblemIcon) {
_emblemIcons.add(emblemIcon);
_activeSvgWrappers.add(emblemIcon);
}
Adds emblemIcon to the list of all emblemIcon types and active emblemIcon types
@override
void registerType(SvgWrapper emblemIcon) {
_emblemIcons.add(emblemIcon);
_activeSvgWrappers.add(emblemIcon);
}