registerType method
Adds emblemType to the list of all emblem types and active emblem types
Implementation
@override
void registerType(EmblemType emblemType) {
_emblemTypes.add(emblemType);
_activeEmblemTypes.add(emblemType);
}
Adds emblemType to the list of all emblem types and active emblem types
@override
void registerType(EmblemType emblemType) {
_emblemTypes.add(emblemType);
_activeEmblemTypes.add(emblemType);
}